Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
58 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/third_party/node/deps/v8/src/compiler/
Dnode-properties.h118 static bool IsPhi(Node* node) { in IsPhi() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
DRDFGraph.h807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
DHexagonLoopIdiomRecognition.cpp1133 bool IsPhi = isa<PHINode>(I); in findCycle() local
/third_party/node/deps/v8/src/torque/
Dinstructions.h107 bool IsPhi() const { return kind_ == Kind::kPhi; } in IsPhi() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp228 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local