Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUser.cpp40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
59 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/external/v8/src/compiler/
Dnode-properties.h74 static bool IsPhi(Node* node) { in IsPhi() function
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
DRDFGraph.h733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp163 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
236 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
DRDFGraph.h808 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
DHexagonLoopIdiomRecognition.cpp1130 bool IsPhi = isa<PHINode>(I); in findCycle() local
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp238 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local