Searched refs:PhiUse (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 145 raw_ostream &operator<<(raw_ostream &OS, const Print<PhiUse> &P) { in operator <<() 808 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB, in newPhiUse() 810 PhiUse PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse() 960 PhiUse PUA = newPhiUse(PA, RR, PBA); in build() 1193 return PhiUse(TA).Addr->getPredecessor() == in getNextRelated() 1194 PhiUse(RA).Addr->getPredecessor(); in getNextRelated() 1672 return PhiUse(NA).Addr->getPredecessor() == BA.Id; in linkBlockRefs() 1692 PhiUse PUA = U; in linkBlockRefs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 386 using PhiUse = NodeAddr<PhiUseNode *>; variable 853 PhiUse newPhiUse(Phi Owner, RegisterRef RR, Block PredB, 979 raw_ostream &operator<<(raw_ostream &OS, const Print<PhiUse> &P);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 71 if (PHINode *PhiUse = dyn_cast<PHINode>(Use)) in foldDeadPhiWeb() local 72 Stack.push_back(PhiUse); in foldDeadPhiWeb()
|