HomeSort by: relevance | last modified time | path
    Searched refs:AllowedExit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 390 SmallPtrSetImpl<Value *> &AllowedExit) {
393 if (!AllowedExit.count(Inst))
495 SmallPtrSetImpl<Value *> &AllowedExit) {
538 AllowedExit.insert(Phi);
539 AllowedExit.insert(Phi->getIncomingValueForBlock(TheLoop->getLoopLatch()));
553 addInductionPhi(&Phi, ID, AllowedExit);
627 AllowedExit.insert(&I);
643 AllowedExit.insert(RedDes.getLoopExitInstr());
648 // TODO: Instead of recording the AllowedExit, it would be good to record the
664 addInductionPhi(Phi, ID, AllowedExit);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 454 SmallPtrSetImpl<Value *> &AllowedExit);
530 SmallPtrSet<Value *, 4> AllowedExit;

Completed in 20 milliseconds