Home
last modified time | relevance | path

Searched defs:Worklist (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/external/llvm-project/llvm/lib/Analysis/
DCodeMetrics.cpp29 SmallVectorImpl<const Value *> &Worklist) { in appendSpeculatableOperands()
41 SmallVectorImpl<const Value *> &Worklist, in completeEphemeralValues()
73 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
97 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
DCFG.cpp138 SmallVectorImpl<BasicBlock *> &Worklist, BasicBlock *StopBB, in isPotentiallyReachableFromMany()
216 SmallVector<BasicBlock*, 32> Worklist; in isPotentiallyReachable() local
230 SmallVector<BasicBlock*, 32> Worklist; in isPotentiallyReachable() local
DLazyCallGraph.cpp80 SmallVector<Constant *, 16> Worklist; in populateSlow() local
193 SmallVector<Constant *, 16> Worklist; in LazyCallGraph() local
283 SmallVector<const SCC *, 16> Worklist = {this}; in isAncestorOf() local
384 SmallVector<const RefSCC *, 4> Worklist; in isAncestorOf() local
611 SmallVector<SCC *, 4> Worklist; in switchInternalEdgeToCall() local
754 SmallVector<Node *, 16> Worklist; in switchInternalEdgeToRef() local
1031 SmallVector<RefSCC *, 4> Worklist; in insertIncomingRefEdge() local
1191 SmallVector<Node *, 8> Worklist; in removeInternalRefEdge() local
DEHPersonalities.cpp82 SmallVector<std::pair<BasicBlock *, BasicBlock *>, 16> Worklist; in colorEHFunclets() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp30 SmallVectorImpl<const Value *> &Worklist) { in appendSpeculatableOperands()
42 SmallVectorImpl<const Value *> &Worklist, in completeEphemeralValues()
74 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
98 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
DCFG.cpp131 SmallVectorImpl<BasicBlock *> &Worklist, BasicBlock *StopBB, in isPotentiallyReachableFromMany()
211 SmallVector<BasicBlock*, 32> Worklist; in isPotentiallyReachable() local
225 SmallVector<BasicBlock*, 32> Worklist; in isPotentiallyReachable() local
DLazyCallGraph.cpp80 SmallVector<Constant *, 16> Worklist; in populateSlow() local
190 SmallVector<Constant *, 16> Worklist; in LazyCallGraph() local
271 SmallVector<const SCC *, 16> Worklist = {this}; in isAncestorOf() local
372 SmallVector<const RefSCC *, 4> Worklist; in isAncestorOf() local
599 SmallVector<SCC *, 4> Worklist; in switchInternalEdgeToCall() local
742 SmallVector<Node *, 16> Worklist; in switchInternalEdgeToRef() local
1019 SmallVector<RefSCC *, 4> Worklist; in insertIncomingRefEdge() local
1179 SmallVector<Node *, 8> Worklist; in removeInternalRefEdge() local
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h26 InstCombineWorklist Worklist; variable
43 InstCombineWorklist Worklist; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h26 InstCombineWorklist Worklist; variable
44 InstCombineWorklist Worklist; variable
DInstCombineWorklist.h27 SmallVector<Instruction *, 256> Worklist; variable
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h28 InstCombineWorklist Worklist; variable
54 InstCombineWorklist Worklist; variable
/external/llvm/lib/Analysis/
DCFG.cpp131 SmallVectorImpl<BasicBlock *> &Worklist, BasicBlock *StopBB, in isPotentiallyReachableFromMany()
179 SmallVector<BasicBlock*, 32> Worklist; in isPotentiallyReachable() local
191 SmallVector<BasicBlock*, 32> Worklist; in isPotentiallyReachable() local
DLazyCallGraph.cpp43 static void findReferences(SmallVectorImpl<Constant *> &Worklist, in findReferences()
66 SmallVector<Constant *, 16> Worklist; in Node() local
138 SmallVector<Constant *, 16> Worklist; in LazyCallGraph() local
403 SmallVector<SCC *, 4> Worklist; in switchInternalEdgeToCall() local
524 SmallVector<Node *, 16> Worklist; in switchInternalEdgeToRef() local
1003 SmallVector<Node *, 8> Worklist; in removeInternalRefEdge() local
1250 SmallVector<Node *, 16> Worklist; in updateGraphPtrs() local
1266 SmallVector<RefSCC *, 16> Worklist(LeafRefSCCs.begin(), LeafRefSCCs.end()); in updateGraphPtrs() local
DEHPersonalities.cpp52 SmallVector<std::pair<BasicBlock *, BasicBlock *>, 16> Worklist; in colorEHFunclets() local
DCaptureTracking.cpp103 SmallVector<BasicBlock*, 32> Worklist; in isSafeToPrune() local
216 SmallVector<const Use *, Threshold> Worklist; in PointerMayBeCaptured() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp53 SmallSetVector<Instruction *, 8> Worklist; in replaceConditionalBranchesOnConstant() local
89 SmallVector<WeakTrackingVH, 8> Worklist; in lowerConstantIntrinsics() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp55 SmallSetVector<Instruction *, 8> Worklist; in replaceConditionalBranchesOnConstant() local
91 SmallVector<WeakTrackingVH, 8> Worklist; in lowerConstantIntrinsics() local
/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp150 std::vector<WorkItem> &Worklist) { in scanInstructions()
212 std::vector<WorkItem>& Worklist) { in propagateInstruction()
282 std::vector<WorkItem>& Worklist) { in propagateBlock()
318 std::vector<WorkItem> Worklist; in analyzeFunction() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp257 std::vector<WorkItem> &Worklist) { in markInstruction()
282 std::vector<WorkItem> &Worklist) { in markDefs()
338 std::vector<WorkItem> &Worklist) { in markInstructionUses()
391 std::vector<WorkItem> &Worklist) { in scanInstructions()
507 std::vector<WorkItem>& Worklist) { in propagateInstruction()
554 std::vector<WorkItem>& Worklist) { in propagateBlock()
590 std::vector<WorkItem> Worklist; in analyzeFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp251 std::vector<WorkItem> &Worklist) { in markInstruction()
273 std::vector<WorkItem> &Worklist) { in markInstructionUses()
313 std::vector<WorkItem> &Worklist) { in scanInstructions()
429 std::vector<WorkItem>& Worklist) { in propagateInstruction()
476 std::vector<WorkItem>& Worklist) { in propagateBlock()
512 std::vector<WorkItem> Worklist; in analyzeFunction() local
/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h66 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelWorkList.h32 SmallVector<MachineInstr *, N> Worklist; variable
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DGISelWorkList.h29 SmallVector<MachineInstr *, N> Worklist; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h58 SmallVector<TruncInst *, 4> Worklist; variable
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DSROA.h76 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; variable

12345678910>>...15