OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatchBr
(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
469
BranchInst *
LatchBr
= nullptr;
496
Result.
LatchBr
= cast<BranchInst>(Map(
LatchBr
));
780
BranchInst *
LatchBr
= dyn_cast<BranchInst>(Latch->getTerminator());
781
if (!
LatchBr
||
LatchBr
->isUnconditional()) {
786
unsigned LatchBrExitIdx =
LatchBr
->getSuccessor(0) == Header ? 1 : 0;
788
ICmpInst *ICI = dyn_cast<ICmpInst>(
LatchBr
->getCondition());
1017
BasicBlock *LatchExit =
LatchBr
->getSuccessor(LatchBrExitIdx)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
313
auto *
LatchBr
= dyn_cast<BranchInst>(Latch->getTerminator());
314
if (!
LatchBr
||
LatchBr
->isUnconditional()) {
320
auto *LatchCmp = dyn_cast<CmpInst>(
LatchBr
->getCondition());
Completed in 18 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026