OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CondPHI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
2770
PHINode *
CondPHI
= dyn_cast<PHINode>(SI->getCondition());
2772
if (!
CondPHI
||
CondPHI
->getParent() != BB)
2775
for (unsigned I = 0, E =
CondPHI
->getNumIncomingValues(); I != E; ++I) {
2776
BasicBlock *Pred =
CondPHI
->getIncomingBlock(I);
2777
SelectInst *PredSI = dyn_cast<SelectInst>(
CondPHI
->getIncomingValue(I));
2789
unfoldSelectInstr(Pred, BB, PredSI,
CondPHI
, I);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
1572
const PHINode *
CondPHI
= cast<PHINode>(SI.getCondition());
1575
if (VP->getParent() ==
CondPHI
->getParent())
1580
if (SI.getParent() ==
CondPHI
->getParent() &&
1581
I->getParent() !=
CondPHI
->getParent())
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026