Searched defs:WorkSet (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 30 static void completeEphemeralValues(SmallVector<const Value *, 16> &WorkSet, in completeEphemeralValues() 67 SmallVector<const Value *, 16> WorkSet; in collectEphemeralValues() local 89 SmallVector<const Value *, 16> WorkSet; in collectEphemeralValues() local
|
H A D | ValueTracking.cpp | 402 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPerfHintAnalysis.cpp | 146 SmallSet<const Value *, 32> WorkSet; in isIndirectAccess() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPerfHintAnalysis.cpp | 140 SmallSet<const Value *, 32> WorkSet; in isIndirectAccess() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 1347 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet; in getVisitOrders() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 1235 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet; in getVisitOrders() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 1148 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet; in getVisitOrders() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 467 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 491 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local
|