Searched refs:locateNextRef (Results 1 – 2 of 2) sorted by relevance
863 std::pair<Ref, Ref> locateNextRef(Instr IA, Ref RA, Predicate P) const;
1203 std::pair<Ref, Ref> DataFlowGraph::locateNextRef(Instr IA, Ref RA, in locateNextRef() function in llvm::rdf::DataFlowGraph1232 auto Loc = locateNextRef(IA, RA, IsShadow); in getNextShadow()