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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 192 ExitBranch(Info.ExitBranch),
207 BranchInst *ExitBranch = nullptr;
299 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.TripCount) &&
466 IRBuilder<> CondBuilder(ExitBranch);
473 Value *OldCond = ExitBranch->getCondition();
474 ExitBranch->setCondition(NewCond);
477 if (!L->contains(ExitBranch->getSuccessor(0)))
478 ExitBranch->swapSuccessors();
488 IRBuilder<> CondBuilder(ExitBranch);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 99 BranchInst *ExitBranch = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 3255 BranchInst *ExitBranch = nullptr;
3256 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI);
3288 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition()))

Completed in 129 milliseconds