Home
last modified time | relevance | path

Searched refs:beginRPO (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLoopIterator.h136 RPOIterator beginRPO() const { in beginRPO() function
185 LoopBlocksDFS::RPOIterator begin() const { return DFS.beginRPO(); } in begin()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp189 for (auto I = DFS.beginRPO(), E = DFS.endRPO(); I != E; ++I) in hasIrreducibleCFG()
192 for (auto I = DFS.beginRPO(), E = DFS.endRPO(); I != E; ++I) { in hasIrreducibleCFG()
224 for (auto I = DFS.beginRPO(), E = DFS.endRPO(); I != E; ++I) { in analyze()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDDG.cpp208 append_range(BBList, make_range(DFS.beginRPO(), DFS.endRPO())); in DataDependenceGraph()
DVectorUtils.cpp1157 for (BasicBlock *BB : make_range(DFS.beginRPO(), DFS.endRPO())) in collectConstStrideAccesses()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp497 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop()
DLoopUnrollRuntime.cpp325 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks()
DLoopUnrollAndJam.cpp341 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollAndJamLoop()
DLoopPeel.cpp701 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5958 for (BasicBlock *BB : make_range(DFS.beginRPO(), DFS.endRPO())) { in calculateRegisterUsage()
8905 for (BasicBlock *BB : make_range(DFS.beginRPO(), DFS.endRPO())) { in buildVPlanWithVPRecipes()