Searched refs:OuterLoopPreds (Results 1 – 1 of 1) sorted by relevance
555 SmallVector<BasicBlock*, 8> OuterLoopPreds; in SeparateNestedLoop() local562 OuterLoopPreds.push_back(PN->getIncomingBlock(i)); in SeparateNestedLoop()575 SplitBlockPredecessors(Header, OuterLoopPreds, ".outer", this); in SeparateNestedLoop()579 PlaceSplitBlockCarefully(NewBB, OuterLoopPreds, L); in SeparateNestedLoop()