/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 147 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local 163 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local 202 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local 235 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local 406 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local 488 std::vector<const SUnit*> WorkList; in DFS() local
|
D | InlineSpiller.cpp | 359 SmallVector<SibValueMap::iterator, 8> WorkList(1, SVI); in propagateSiblingValue() local 492 SmallVector<std::pair<unsigned, VNInfo*>, 8> WorkList; in traceSiblingValue() local 742 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList; in eliminateRedundantSpills() local 804 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList; in markValueUsed() local
|
D | LiveRangeCalc.cpp | 107 SmallVector<MachineBasicBlock*, 16> WorkList(1, KillMBB); in findReachingDefs() local
|
D | LiveVariables.cpp | 93 std::vector<MachineBasicBlock*> &WorkList) { in MarkVirtRegAliveInBlock() 119 std::vector<MachineBasicBlock*> WorkList; in MarkVirtRegAliveInBlock() local
|
D | MachineCSE.cpp | 560 SmallVector<MachineDomTreeNode*, 8> WorkList; in PerformCSE() local
|
D | MachineBlockPlacement.cpp | 429 BlockChain &Chain, SmallVectorImpl<MachineBasicBlock *> &WorkList, in selectBestCandidateBlock()
|
D | MachineLICM.cpp | 692 SmallVector<MachineDomTreeNode*, 8> WorkList; in HoistOutOfLoop() local
|
D | LiveIntervalAnalysis.cpp | 646 SmallVector<std::pair<SlotIndex, VNInfo*>, 16> WorkList; in shrinkToUses() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 65 std::set<Instruction*> WorkList; in runOnFunction() local
|
D | Reg2Mem.cpp | 92 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
|
D | DCE.cpp | 91 std::vector<Instruction*> WorkList; in runOnFunction() local
|
D | CodeGenPrepare.cpp | 168 SmallPtrSet<BasicBlock*, 8> WorkList; in runOnFunction() local
|
D | ScalarReplAggregates.cpp | 1355 std::vector<AllocaInst*> WorkList; in performScalarRepl() local 1446 std::vector<AllocaInst*> &WorkList) { in DoScalarReplacement()
|
/external/llvm/tools/llvm-objdump/ |
D | MCFunction.cpp | 44 SmallVector<uint64_t, 16> WorkList; in createFunctionFromMC() local
|
/external/clang/lib/Analysis/ |
D | PseudoConstantAnalysis.cpp | 76 std::deque<const Stmt *> WorkList; in RunAnalysis() local
|
D | ReachableCode.cpp | 32 llvm::SmallVector<const CFGBlock *, 10> WorkList; member in __anone93000450111::DeadCodeScan
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 102 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local 396 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
|
/external/llvm/utils/TableGen/ |
D | DFAPacketizerEmitter.cpp | 451 SmallVector<State*, 32> WorkList; in run() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 365 llvm::SmallVector<const PathPieces *, 5> WorkList; in FlushDiagnosticsImpl() local
|
D | BugReporterVisitors.cpp | 404 std::deque<const Stmt *> WorkList; in registerStatementVarDecls() local
|
D | PathDiagnostic.cpp | 99 llvm::SmallVector<const PathPieces *, 5> WorkList; in HandlePathDiagnostic() local
|
D | RegionStore.cpp | 485 WorkList; typedef in __anon312556460411::ClusterAnalysis
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 445 std::vector<BasicBlock *> WorkList; in AddBlockAndPredsToSet() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1900 CaseRecVector& WorkList, in handleSmallSwitchRange() 2047 CaseRecVector &WorkList, in handleJTSwitchCase() 2145 CaseRecVector& WorkList, in handleBTSplitSwitchCase() 2278 CaseRecVector& WorkList, in handleBitTestsSwitchCase() 2516 CaseRecVector WorkList; in visitSwitch() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1164 SmallVector<LexicalScope *, 4> WorkList; in identifyScopeMarkers() local
|