OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InnerLatch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
1459
BasicBlock *
InnerLatch
, BasicBlock *OuterHeader,
1475
auto IncI = cast<Instruction>(P.getIncomingValueForBlock(
InnerLatch
));
1478
if (IncI->getParent() !=
InnerLatch
&& IncI->getParent() != InnerHeader)
1499
for (PHINode &P :
InnerLatch
->phis())
1505
//
InnerLatch
, which will become the new exit block for the innermost
1508
P->moveBefore(
InnerLatch
->getFirstNonPHI());
1534
for (auto *Pred : predecessors(
InnerLatch
)) {
1539
NewPhi->insertBefore(
InnerLatch
->getFirstNonPHI());
1547
InnerLatch
->replacePhiUsesWith(
InnerLatch
, OuterLatch)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1690
BasicBlock *
InnerLatch
= InnermostLoop->getLatch();
1831
redirectAllPredecessorsTo(
InnerLatch
, Continue, DL);
Completed in 50 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026