Searched refs:AllowedExit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1508 SmallPtrSetImpl<Value *> &AllowedExit);
1574 SmallPtrSet<Value *, 4> AllowedExit; member in class:__anon14813::LoopVectorizationLegality
4519 SmallPtrSetImpl<Value *> &AllowedExit) {
4522 if (!AllowedExit.count(Inst))
4537 SmallPtrSetImpl<Value *> &AllowedExit) {
4565 AllowedExit.insert(Phi);
4566 AllowedExit.insert(Phi->getIncomingValueForBlock(TheLoop->getLoopLatch()));
4601 if (!hasOutsideLoopUser(TheLoop, Phi, AllowedExit))
4621 AllowedExit.insert(RedDes.getLoopExitInstr());
4628 addInductionPhi(Phi, ID, AllowedExit);
4518 hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, SmallPtrSetImpl<Value *> &AllowedExit) argument
4535 addInductionPhi( PHINode *Phi, const InductionDescriptor &ID, SmallPtrSetImpl<Value *> &AllowedExit) argument
[all...]

Completed in 119 milliseconds