OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Jun 20 00:25:23 UTC 2026