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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { function in struct:DataFlowGraph
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; local
234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp39 void User::allocHungoffUses(unsigned N, bool IsPhi) { argument
58 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1133 bool IsPhi = isa<PHINode>(I); local

Completed in 143 milliseconds