Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1124 const auto GCResultLocality = getGCResultLocality(I); in LowerStatepoint() local
1126 if (!GCResultLocality.first && !GCResultLocality.second) { in LowerStatepoint()
1133 if (GCResultLocality.first) { in LowerStatepoint()
1140 if (!GCResultLocality.second) in LowerStatepoint()
1150 Type *RetTy = GCResultLocality.second->getType(); in LowerStatepoint()