Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp612 void addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs);
1373 void LoopConstrainer::addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs) { in addToParentLoopIfNeeded() function in LoopConstrainer
1541 addToParentLoopIfNeeded(ArrayRef(std::begin(NewBlocks), NewBlocksEnd)); in run()