Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1036 const auto GCResultLocality = getGCResultLocality(I); in LowerStatepoint() local
1038 if (GCResultLocality.first) in LowerStatepoint()
1039 retAttrs = GCResultLocality.first->getAttributes().getRetAttrs(); in LowerStatepoint()
1101 if (!GCResultLocality.first && !GCResultLocality.second) { in LowerStatepoint()
1108 if (GCResultLocality.first) { in LowerStatepoint()
1115 if (!GCResultLocality.second) in LowerStatepoint()
1125 Type *RetTy = GCResultLocality.second->getType(); in LowerStatepoint()