OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncPhi
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopPeel.cpp
162
else if (PHINode *
IncPhi
= dyn_cast<PHINode>(Input)) {
164
if (
IncPhi
->getParent() != L->getHeader())
169
IncPhi
, L, BackEdge, IterationsToInvariance);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp
718
MemoryPhi *
IncPhi
= cast<MemoryPhi>(IncomingAccess);
719
if (MemoryAccess *NewDefPhi = MPhiMap.lookup(
IncPhi
))
722
NewPhi->addIncoming(
IncPhi
, IncBB);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
927
Value *
IncPhi
= Phi->getIncomingValueForBlock(LatchBlock);
929
!isLoopExitTestBasedOn(
IncPhi
, ExitingBB))
Completed in 49 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026