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

/external/llvm/lib/IR/
H A DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { argument
55 if (IsPhi)
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { argument
73 allocHungoffUses(NewNumUses, IsPhi);
80 if (IsPhi) {
/external/v8/src/compiler/
H A Dnode-properties.h73 static bool IsPhi(Node* node) { function in class:v8::internal::compiler::final
/external/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; local
130 if (!IsPhi && !RAI.alias(RefRR, TA.Addr->getRegRef()))
203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); local
215 if (FullChain || IsPhi || !RAI.covers(RRs, QR))
H A DRDFGraph.h733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { function in struct:DataFlowGraph

Completed in 684 milliseconds