Lines Matching refs:ParentLoop
182 void visitSuccessor(const BasicBlock &SuccBlock, const Loop *ParentLoop, in visitSuccessor()
186 if (ParentLoop && !ParentLoop->contains(&SuccBlock)) { in visitSuccessor()
222 SuccessorIterable NodeSuccessors, const Loop *ParentLoop) { in computeJoinPoints()
234 if (ParentLoop && !ParentLoop->contains(SuccBlock)) { in computeJoinPoints()
269 if (ParentLoop && in computeJoinPoints()
270 (ParentLoop != BlockLoop && ParentLoop->contains(BlockLoop))) { in computeJoinPoints()
276 visitSuccessor(*BlockLoopExit, ParentLoop, *DefBlock); in computeJoinPoints()
282 visitSuccessor(*SuccBlock, ParentLoop, *DefBlock); in computeJoinPoints()
308 ParentLoop ? ParentLoop->getHeader() : nullptr; in computeJoinPoints()
309 if (ParentLoop && ParentLoop->contains(PdBoundBlock)) { in computeJoinPoints()
315 assert(ParentLoop); in computeJoinPoints()