/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 180 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
|
D | ProcessImplicitDefs.cpp | 33 SmallSetVector<MachineInstr*, 16> WorkList; member in __anon7cd2b2570111::ProcessImplicitDefs
|
D | InlineSpiller.cpp | 364 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
|
D | LiveVariables.cpp | 95 std::vector<MachineBasicBlock*> &WorkList) { in MarkVirtRegAliveInBlock() 121 std::vector<MachineBasicBlock*> WorkList; in MarkVirtRegAliveInBlock() local
|
D | LiveRangeCalc.cpp | 263 SmallVector<unsigned, 16> WorkList(1, UseMBBNum); in findReachingDefs() local
|
D | LiveIntervalAnalysis.cpp | 365 ShrinkToUsesWorkList &WorkList, in extendSegmentsToUses() 433 ShrinkToUsesWorkList WorkList; in shrinkToUses() local 534 ShrinkToUsesWorkList WorkList; in shrinkToUses() local
|
D | MachineCSE.cpp | 677 SmallVector<MachineDomTreeNode*, 8> WorkList; in PerformCSE() local
|
D | PrologEpilogInserter.cpp | 381 SmallVector<MachineBasicBlock *, 8> WorkList; in updateLiveness() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 97 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 132 SmallSetVector<Instruction *, 16> WorkList; in runOnFunction() local
|
D | ConstantProp.cpp | 65 std::set<Instruction*> WorkList; in runOnFunction() local
|
D | Reg2Mem.cpp | 91 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
|
D | AlignmentFromAssumptions.cpp | 315 SmallVector<Instruction*, 16> WorkList; in processAssumption() local
|
D | DeadStoreElimination.cpp | 667 SmallVector<BasicBlock *, 16> WorkList; in MemoryIsNotModifiedBetween() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 169 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/ |
D | PseudoConstantAnalysis.cpp | 77 std::deque<const Stmt *> WorkList; in RunAnalysis() local
|
D | ReachableCode.cpp | 347 SmallVector<const CFGBlock *, 10> WorkList; member in __anon8f94d3a60111::DeadCodeScan
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 104 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local 398 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 179 std::vector<Instruction*> WorkList; in runOnFunction() local
|
D | SafeStack.cpp | 257 SmallVector<const Value *, 8> WorkList; in IsSafeStackAlloca() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 63 SmallVector<Value *, 8> WorkList; in findAllDefs() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 184 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 306 SmallVector<const PathPieces *, 5> WorkList; in FlushDiagnosticsImpl() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 425 SmallSetVector<Instruction *, 16> &WorkList, in simplifyAndDCEInstruction() 484 SmallSetVector<Instruction *, 16> WorkList; in SimplifyInstructionsInBlock() local
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 86 SmallVector<Expr*, 4> WorkList; in CheckNakedParmReference() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyPEI.cpp | 397 SmallVector<MachineBasicBlock *, 8> WorkList; in updateLiveness() local
|