Home
last modified time | relevance | path

Searched refs:IsPhi (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument
58 if (IsPhi) in allocHungoffUses()
67 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument
77 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
84 if (IsPhi) { in growHungoffUses()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
91 void growHungoffUses(unsigned N, bool IsPhi = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp176 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
177 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs()
269 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
281 if (FullChain || IsPhi || !RRs.hasCoverOf(QR)) in getAllReachingDefs()
H A DRDFGraph.cpp1462 for (auto P : BA.Addr->members_if(IsPhi, *this)) in removeUnusedPhis()
1490 if (IsPhi(OA)) in removeUnusedPhis()
1636 for (Instr IA : SBA.Addr->members_if(IsPhi, *this)) { in linkBlockRefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp873 bool IsPhi = isa<PHINode>(I), BPrepared = false; in preprocessCompositeConstants() local
904 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in preprocessCompositeConstants()
1514 bool IsPhi = isa<PHINode>(I), BPrepared = false; in processInstrAfterVisit() local
1524 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in processInstrAfterVisit()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1143 bool IsPhi = isa<PHINode>(I); in findCycle() local
1144 if (IsPhi && HadPhi) in findCycle()
1146 HadPhi |= IsPhi; in findCycle()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h835 static bool IsPhi(const Node BA) { in IsPhi() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp471 EntryBlock.Addr->members_if(DataFlowGraph::IsPhi, DFG)) { in getGadgetGraph()