Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1002 auto *GRI = dyn_cast<GCResultInst>(U); in getGCResultLocality() local
1003 if (!GRI) in getGCResultLocality()
1005 if (GRI->getParent() == S.getParent()) in getGCResultLocality()
1006 Res.first = GRI; in getGCResultLocality()
1008 Res.second = GRI; in getGCResultLocality()