Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:ParentBB

4257 /// Given a phi node \p P in a block \p ParentBB, consider possible reductions
4258 /// if they come from either \p ParentBB or a containing loop latch.
4263 BasicBlock *ParentBB, LoopInfo *LI) {
4276 if (P->getIncomingBlock(0) == ParentBB) {
4278 } else if (P->getIncomingBlock(1) == ParentBB) {
4286 Loop *BBL = LI->getLoopFor(ParentBB);