Searched refs:AllowedExit (Results 1 – 2 of 2) sorted by relevance
392 SmallPtrSetImpl<Value *> &AllowedExit) { in hasOutsideLoopUser() argument395 if (!AllowedExit.count(Inst)) in hasOutsideLoopUser()493 SmallPtrSetImpl<Value *> &AllowedExit) { in addInductionPhi() argument536 AllowedExit.insert(Phi); in addInductionPhi()537 AllowedExit.insert(Phi->getIncomingValueForBlock(TheLoop->getLoopLatch())); in addInductionPhi()551 addInductionPhi(&Phi, ID, AllowedExit); in setupOuterLoopInductions()601 AllowedExit.insert(&I); in canVectorizeInstrs()618 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()639 addInductionPhi(Phi, ID, AllowedExit); in canVectorizeInstrs()654 addInductionPhi(Phi, ID, AllowedExit); in canVectorizeInstrs()[all …]
373 SmallPtrSetImpl<Value *> &AllowedExit);449 SmallPtrSet<Value *, 4> AllowedExit; variable