OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldBR
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
883
auto *
OldBr
=
886
FalseDest,
OldBr
, TI,
888
delete
OldBr
;
1445
BranchInst *
OldBR
= cast<BranchInst>(LoopPreheader->getTerminator());
1446
assert(
OldBR
->isUnconditional() &&
OldBR
->getSuccessor(0) == LoopBlocks[0] &&
1458
emitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0],
OldBR
,
1467
// The
OldBr
was replaced by a new one and removed (but not erased) by
1469
delete
OldBR
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp
1813
BranchInst *
OldBR
= cast<BranchInst>(PreEntryBlock->getTerminator());
1814
assert(
OldBR
->isUnconditional() &&
OldBR
->getSuccessor(0) == NewEntryBlock &&
1820
OldBR
->dropAllReferences();
1821
OldBR
->eraseFromParent();
Completed in 27 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026