HomeSort by: relevance | last modified time | path
    Searched refs:PhiUseNode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp 145 const Print<NodeAddr<PhiUseNode*>> &P) {
166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G);
815 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner,
817 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
942 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA);
1172 const NodeAddr<const PhiUseNode*> TUA = TA;
1173 const NodeAddr<const PhiUseNode*> RUA = RA;
1496 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA);
1685 NodeAddr<PhiUseNode*> PUA = NA;
1706 NodeAddr<PhiUseNode*> PUA = U
    [all...]
RDFLiveness.cpp 595 NodeAddr<PhiUseNode*> PUA = I;
616 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA))
810 NodeAddr<PhiUseNode*> PUA = U;
846 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 579 struct PhiUseNode : public UseNode {
822 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
942 const Print<NodeAddr<PhiUseNode *>> &P);

Completed in 19 milliseconds