HomeSort by relevance Sort by last modified time
    Searched refs:addPhi (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 584 void addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G);
RDFGraph.cpp 516 void BlockNode::addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G) {
903 Owner.Addr->addPhi(PA, *this);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.h 632 void addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G);
    [all...]
RDFGraph.cpp 565 void BlockNode::addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G) {
858 Owner.Addr->addPhi(PA, *this);
    [all...]

Completed in 514 milliseconds