Home
last modified time | relevance | path

Searched refs:depth_first (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp63 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()
/external/llvm/lib/Target/AMDGPU/
DSIFixSGPRLiveRanges.cpp127 for (MachineBasicBlock *MBB : depth_first(Entry)) { in runOnMachineFunction()
DAMDILCFGStructurizer.cpp1082 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
/external/llvm/lib/CodeGen/
DStackColoring.cpp196 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
233 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h212 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp325 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
DAArch64ConditionalCompares.cpp912 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp521 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
DLoopDistribute.cpp593 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
DGVN.cpp2713 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) { in performPRE()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h273 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1819 for (Loop *L : depth_first(TopLevelLoop)) { in print()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp807 depth_first(&(*i)->getEntryBlock())); in runOnModule()
DAddressSanitizer.cpp605 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()
DMemorySanitizer.cpp833 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()