Home
last modified time | relevance | path

Searched defs:WorkList (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp180 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local
196 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local
235 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local
268 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local
461 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local
546 std::vector<const SUnit*> WorkList; in DFS() local
DProcessImplicitDefs.cpp33 SmallSetVector<MachineInstr*, 16> WorkList; member in __anon7cd2b2570111::ProcessImplicitDefs
DInlineSpiller.cpp364 SmallSetVector<SibValueMap::value_type *, 8> WorkList; in propagateSiblingValue() local
508 SmallVector<std::pair<unsigned, VNInfo*>, 8> WorkList; in traceSiblingValue() local
761 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList; in eliminateRedundantSpills() local
825 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList; in markValueUsed() local
DLiveVariables.cpp95 std::vector<MachineBasicBlock*> &WorkList) { in MarkVirtRegAliveInBlock()
121 std::vector<MachineBasicBlock*> WorkList; in MarkVirtRegAliveInBlock() local
DLiveRangeCalc.cpp263 SmallVector<unsigned, 16> WorkList(1, UseMBBNum); in findReachingDefs() local
DLiveIntervalAnalysis.cpp365 ShrinkToUsesWorkList &WorkList, in extendSegmentsToUses()
433 ShrinkToUsesWorkList WorkList; in shrinkToUses() local
534 ShrinkToUsesWorkList WorkList; in shrinkToUses() local
DMachineCSE.cpp677 SmallVector<MachineDomTreeNode*, 8> WorkList; in PerformCSE() local
DPrologEpilogInserter.cpp381 SmallVector<MachineBasicBlock *, 8> WorkList; in updateLiveness() local
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp97 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
132 SmallSetVector<Instruction *, 16> WorkList; in runOnFunction() local
DConstantProp.cpp65 std::set<Instruction*> WorkList; in runOnFunction() local
DReg2Mem.cpp91 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
DAlignmentFromAssumptions.cpp315 SmallVector<Instruction*, 16> WorkList; in processAssumption() local
DDeadStoreElimination.cpp667 SmallVector<BasicBlock *, 16> WorkList; in MemoryIsNotModifiedBetween() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp169 std::vector<Value*> WorkList; in tryPromoteAllocaToVector() local
242 static bool collectUsesWithPtrTypes(Value *Val, std::vector<Value*> &WorkList) { in collectUsesWithPtrTypes()
306 std::vector<Value*> WorkList; in visitAlloca() local
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp77 std::deque<const Stmt *> WorkList; in RunAnalysis() local
DReachableCode.cpp347 SmallVector<const CFGBlock *, 10> WorkList; member in __anon8f94d3a60111::DeadCodeScan
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h104 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local
398 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp179 std::vector<Instruction*> WorkList; in runOnFunction() local
DSafeStack.cpp257 SmallVector<const Value *, 8> WorkList; in IsSafeStackAlloca() local
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp63 SmallVector<Value *, 8> WorkList; in findAllDefs() local
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp184 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction() local
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp306 SmallVector<const PathPieces *, 5> WorkList; in FlushDiagnosticsImpl() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp425 SmallSetVector<Instruction *, 16> &WorkList, in simplifyAndDCEInstruction()
484 SmallSetVector<Instruction *, 16> WorkList; in SimplifyInstructionsInBlock() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp86 SmallVector<Expr*, 4> WorkList; in CheckNakedParmReference() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp397 SmallVector<MachineBasicBlock *, 8> WorkList; in updateLiveness() local

12