Home
last modified time | relevance | path

Searched defs:IsPhi (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DUser.cpp50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument
67 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument
/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp176 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
269 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp681 bool IsPhi = isa<PHINode>(I), BPrepared = false; preprocessCompositeConstants() local
1286 bool IsPhi = isa<PHINode>(I), BPrepared = false; processInstrAfterVisit() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h835 static bool IsPhi(const Node BA) { in IsPhi() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1143 if (IsPhi && HadPhi) in findCycle() local