Home
last modified time | relevance | path

Searched refs:locateNextRef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h863 std::pair<Ref, Ref> locateNextRef(Instr IA, Ref RA, Predicate P) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1203 std::pair<Ref, Ref> DataFlowGraph::locateNextRef(Instr IA, Ref RA, in locateNextRef() function in llvm::rdf::DataFlowGraph
1232 auto Loc = locateNextRef(IA, RA, IsShadow); in getNextShadow()