Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DUser.cpp44 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
61 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
274 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h803 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1151 bool IsPhi = isa<PHINode>(I); in findCycle() local