Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1028 auto *GRI = dyn_cast<GCResultInst>(U); in getGCResultLocality() local
1029 if (!GRI) in getGCResultLocality()
1031 if (GRI->getParent() == S.getParent()) in getGCResultLocality()
1032 Res.first = GRI; in getGCResultLocality()
1034 Res.second = GRI; in getGCResultLocality()