OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsePhi
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp
436
bool
UsePhi
= UsePHICounter || ForceHardwareLoopPHI;
438
? (
UsePhi
? Intrinsic::test_start_loop_iterations
440
: (
UsePhi
? Intrinsic::start_loop_iterations
452
UsePhi
? Builder.CreateExtractValue(LoopSetup, 1) : LoopSetup;
460
if (
UsePhi
&& UseLoopGuard)
462
return !
UsePhi
? LoopCountInit : LoopSetup;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
1700
if (PHINode *
UsePhi
= dyn_cast<PHINode>(DU.NarrowUse)) {
1701
if (LI->getLoopFor(
UsePhi
->getParent()) != L) {
1705
if (
UsePhi
->getNumOperands() != 1)
1711
if (isa<CatchSwitchInst>(
UsePhi
->getParent()->getTerminator()))
1715
PHINode::Create(DU.WideDef->getType(), 1,
UsePhi
->getName() + ".wide",
1716
UsePhi
);
1717
WidePhi->addIncoming(DU.WideDef,
UsePhi
->getIncomingBlock(0));
1720
UsePhi
->replaceAllUsesWith(Trunc);
1721
DeadInsts.emplace_back(
UsePhi
);
1722
LLVM_DEBUG(dbgs() << "INDVARS: Widen lcssa phi " << *
UsePhi
<< " to
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp
199
if (MemoryPhi *
UsePhi
= dyn_cast<MemoryPhi>(&*U))
200
tryRemoveTrivialPhi(
UsePhi
);
Completed in 19 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026