Home
last modified time | relevance | path

Searched defs:IsPhi (Results 1 – 5 of 5) 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/v8/src/compiler/
Dnode-properties.h73 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/subzero/src/
DIceInst.cpp238 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local