Searched defs:WorkSet (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
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
|
D | ValueTracking.cpp | 402 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.h | 70 std::set<Function *> WorkSet; // Functions to be adapted variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 148 SmallSet<const Value *, 32> WorkSet; in isIndirectAccess() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 360 SmallPtrSet<VNInfo*, 8> WorkSet; in propagateSiblingValue() local
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1148 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet; in getVisitOrders() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1204 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet; in getVisitOrders() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 458 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local
|