Searched refs:isBackedge (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | BlockFrequencyImpl.h | 143 bool isBackedge(BlockT *Src, BlockT *Dst) { in isBackedge() function 199 if (isReachable(Pred) && isBackedge(Pred, BB)) { in doBlock() 243 if (isReachable(Pred) && isBackedge(Pred, Head)) { in doLoop() 295 if (isReachable(Pred) && isBackedge(Pred, BB) in doFunction()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 292 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge() function in __anon5f28c6f30111::SwingSchedulerDAG 3556 if (DAG->isBackedge(SU, P) && P.getSUnit()->getInstr()->isPHI()) in multipleIterations() 3580 if (!DAG->isBackedge(SU, Dep)) { in computeStart() 3604 if (!DAG->isBackedge(SU, Dep)) { in computeStart()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 346 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge() function in __anona194c52b0111::SwingSchedulerDAG 3701 if (DAG->isBackedge(SU, P) && P.getSUnit()->getInstr()->isPHI()) in multipleIterations() 3725 if (!DAG->isBackedge(SU, Dep)) { in computeStart() 3749 if (!DAG->isBackedge(SU, Dep)) { in computeStart()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 860 bool isBackedge(BasicBlock *From, BasicBlock *To) const; 891 bool NewGVN::isBackedge(BasicBlock *From, BasicBlock *To) const { in isBackedge() function in NewGVN 1005 HasBackedge = HasBackedge || isBackedge(BB, PHIBlock); in createPHIExpression()
|