Searched refs:getRelatedRefs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 128 for (auto S : DFG.getRelatedRefs(RefA.Addr->getOwner(DFG), RefA)) in getAllReachingDefs() 150 for (auto S : DFG.getRelatedRefs(TA.Addr->getOwner(DFG), TA)) in getAllReachingDefs() 524 for (auto T : DFG.getRelatedRefs(A.Addr->getOwner(DFG), A)) { in computePhiInfo() 616 for (NodeAddr<PhiUseNode *> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo() 851 for (NodeAddr<PhiUseNode *> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
|
H A D | RDFGraph.cpp | 1056 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers() 1104 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() 1136 NodeList DataFlowGraph::getRelatedRefs(Instr IA, Ref RA) const { in getRelatedRefs() function in llvm::rdf::DataFlowGraph
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 102 for (NodeAddr<DefNode*> TA : DFG.getRelatedRefs(IA, DA)) in processDef()
|
H A D | HexagonRDFOpt.cpp | 266 Defs = DFG.getRelatedRefs(IA, DA); in rewrite()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 797 NodeList getRelatedRefs(Instr IA, Ref RA) const;
|