Home
last modified time | relevance | path

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

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCodeMetrics.cpp32 SmallVectorImpl<const Value *> &Worklist) { in appendSpeculatableOperands()
44 SmallVectorImpl<const Value *> &Worklist, in completeEphemeralValues()
76 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
100 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
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
DIteratedDominanceFrontier.cpp40 SmallVector<DomTreeNode *, 32> Worklist; in calculate() local
DLazyCallGraph.cpp81 SmallVector<Constant *, 16> Worklist; in populateSlow() local
177 SmallVector<Constant *, 16> Worklist; in LazyCallGraph() local
258 SmallVector<const SCC *, 16> Worklist = {this}; in isAncestorOf() local
359 SmallVector<const RefSCC *, 4> Worklist; in isAncestorOf() local
586 SmallVector<SCC *, 4> Worklist; in switchInternalEdgeToCall() local
729 SmallVector<Node *, 16> Worklist; in switchInternalEdgeToRef() local
1006 SmallVector<RefSCC *, 4> Worklist; in insertIncomingRefEdge() local
1166 SmallVector<Node *, 8> Worklist; in removeInternalRefEdge() local
DEHPersonalities.cpp79 SmallVector<std::pair<BasicBlock *, BasicBlock *>, 16> Worklist; in colorEHFunclets() local
DCaptureTracking.cpp104 SmallVector<BasicBlock*, 32> Worklist; in isSafeToPrune() local
217 SmallVector<const Use *, Threshold> Worklist; in PointerMayBeCaptured() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h27 InstCombineWorklist Worklist; variable
44 InstCombineWorklist Worklist; variable
DInstCombineWorklist.h28 SmallVector<Instruction*, 256> Worklist; variable
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h28 InstCombineWorklist Worklist; variable
54 InstCombineWorklist Worklist; variable
DInstCombineWorklist.h28 SmallVector<Instruction*, 256> 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
DIteratedDominanceFrontier.cpp43 SmallVector<DomTreeNode *, 32> Worklist; in calculate() local
DCaptureTracking.cpp103 SmallVector<BasicBlock*, 32> Worklist; in isSafeToPrune() local
216 SmallVector<const Use *, Threshold> Worklist; in PointerMayBeCaptured() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp247 std::vector<WorkItem> &Worklist) { in markInstruction()
269 std::vector<WorkItem> &Worklist) { in markInstructionUses()
309 std::vector<WorkItem> &Worklist) { in scanInstructions()
417 std::vector<WorkItem>& Worklist) { in propagateInstruction()
464 std::vector<WorkItem>& Worklist) { in propagateBlock()
500 std::vector<WorkItem> Worklist; in analyzeFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelWorkList.h27 SmallVector<MachineInstr*, N> Worklist; variable
/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h66 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp49 SmallVector<Use*, Threshold> Worklist; in PointerMayBeCaptured() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h56 SmallVector<TruncInst *, 4> Worklist; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h78 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineWorklist.h26 SmallVector<Instruction*, 256> Worklist; variable
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp39 SmallVector<Instruction*, 128> Worklist; in bitTrackingDCE() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp718 std::vector<Instruction*> &Worklist) { in RemoveFromWorklist()
731 std::vector<Instruction*> &Worklist, in ReplaceUsesOfWith()
755 std::vector<Instruction*> &Worklist, in RemoveBlockIfDead()
890 std::vector<Instruction*> Worklist; in RewriteLoopBodyWithConditionConstant() local
997 void LoopUnswitch::SimplifyCode(std::vector<Instruction*> &Worklist, Loop *L) { in SimplifyCode()

123456789