Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp63 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()
/external/llvm/lib/CodeGen/
DStackColoring.cpp197 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
234 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h211 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp317 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
DAArch64ConditionalCompares.cpp912 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h273 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1370 for (Loop *L : depth_first(TopLevelLoop)) { in print()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp1082 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp798 depth_first(&(*i)->getEntryBlock())); in runOnModule()
DAddressSanitizer.cpp570 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()
DMemorySanitizer.cpp785 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2632 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) { in performPRE()