Searched refs:addToParentLoopIfNeeded (Results 1 – 2 of 2) sorted by relevance
563 void addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs);1139 void LoopConstrainer::addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs) { in addToParentLoopIfNeeded() function in LoopConstrainer1268 addToParentLoopIfNeeded(makeArrayRef(std::begin(NewBlocks), NewBlocksEnd)); in run()1269 addToParentLoopIfNeeded(PreLoop.Blocks); in run()1270 addToParentLoopIfNeeded(PostLoop.Blocks); in run()
643 void addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs);1441 void LoopConstrainer::addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs) { in addToParentLoopIfNeeded() function in LoopConstrainer1613 addToParentLoopIfNeeded(makeArrayRef(std::begin(NewBlocks), NewBlocksEnd)); in run()