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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 467 // `Latch's terminator instruction is `LatchBr', and it's `LatchBrExitIdx'th
471 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();
498 Result.LatchBrExitIdx = LatchBrExitIdx;
662 unsigned LatchBrExitIdx,
679 LLVM_DEBUG(dbgs() << "irce: LatchExitBrIdx: " << LatchBrExitIdx << "\n");
687 if (LatchBrExitIdx == 1)
690 assert(LatchBrExitIdx == 0 &&
691 "LatchBrExitIdx should be either 0 or 1");
712 unsigned LatchBrExitIdx,
    [all...]
LoopPredication.cpp 935 unsigned LatchBrExitIdx =
938 BPI->getEdgeProbability(LatchBlock, LatchBrExitIdx);

Completed in 72 milliseconds