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.cpp1006 auto *GRI = dyn_cast<GCResultInst>(U); in getGCResultLocality() local
1007 if (!GRI) in getGCResultLocality()
1009 if (GRI->getParent() == S.getParent()) in getGCResultLocality()
1010 Res.first = GRI; in getGCResultLocality()
1012 Res.second = GRI; in getGCResultLocality()