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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 74 : StartValue(Start), LoopExitInstr(Exit), Kind(K), FMF(FMF),
188 Instruction *getLoopExitInstr() const { return LoopExitInstr; }
246 Instruction *LoopExitInstr = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp 873 // Search down from the Phi to the LoopExitInstr, looking for instructions
916 if (!isCorrectOpcode(LoopExitInstr) || !LoopExitInstr->hasNUses(2))
926 while (Cur != LoopExitInstr) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 4512 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr();
4513 assert(LoopExitInstr && "null loop exit instruction");
4516 Worklist.push_back(LoopExitInstr);
4517 Visited.insert(LoopExitInstr);
4529 if ((Cur != LoopExitInstr || OrigLoop->contains(UI->getParent())) &&

Completed in 25 milliseconds