Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp613 void addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs);
1369 void LoopConstrainer::addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs) { in addToParentLoopIfNeeded() function in LoopConstrainer
1537 addToParentLoopIfNeeded(makeArrayRef(std::begin(NewBlocks), NewBlocksEnd)); in run()