Home
last modified time | relevance | path

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

12345

/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
DCaptureTracking.cpp103 SmallVector<BasicBlock*, 32> Worklist; in isSafeToPrune() local
216 SmallVector<const Use *, Threshold> Worklist; in PointerMayBeCaptured() local
DIteratedDominanceFrontier.cpp43 SmallVector<DomTreeNode *, 32> Worklist; in calculate() local
DModuleSummaryAnalysis.cpp35 SmallVector<const User *, 32> Worklist; in findRefEdges() 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/include/llvm/Transforms/Scalar/
DSROA.h66 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; variable
/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()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp49 SmallVector<Use*, Threshold> Worklist; in PointerMayBeCaptured() local
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp39 SmallVector<Instruction*, 128> Worklist; in bitTrackingDCE() local
DADCE.cpp78 SmallVector<Instruction*, 128> Worklist; in aggressiveDCE() local
DLoopUnswitch.cpp1173 std::vector<Instruction*> &Worklist) { in RemoveFromWorklist()
1182 std::vector<Instruction*> &Worklist, in ReplaceUsesOfWith()
1218 std::vector<Instruction*> Worklist; in RewriteLoopBodyWithConditionConstant() local
1327 void LoopUnswitch::SimplifyCode(std::vector<Instruction*> &Worklist, Loop *L) { in SimplifyCode()
DPlaceSafepoints.cpp264 std::vector<BasicBlock *> &Worklist) { in scanOneBB()
292 std::vector<BasicBlock *> Worklist; in scanInlinedCode() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineWorklist.h26 SmallVector<Instruction*, 256> Worklist; variable
DInstCombine.h58 InstCombineWorklist &Worklist; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h142 InstCombineWorklist &Worklist; variable
199 InstCombiner(InstCombineWorklist &Worklist, BuilderTy *Builder, in InstCombiner()
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp78 SmallVector<const Value *, 8> Worklist; in IsStoredObjCPointer() local
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp191 SmallVector<BasicBlock *, 8> Worklist; in addBlockAndPredsToSet() local
464 static bool simplifyOneLoop(Loop *L, SmallVectorImpl<Loop *> &Worklist, in simplifyOneLoop()
704 SmallVector<Loop *, 4> Worklist; in simplifyLoop() local
/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h124 SmallVector<UseToVisit, 8> Worklist; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h116 SmallVector<SDNode*, 128> Worklist; variable
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h56 typename GraphT::ChildIteratorType>, 32> Worklist; in DFSPass() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h57 typename GraphT::ChildIteratorType>, 32> Worklist; in DFSPass() local

12345