Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1043 const auto GCResultLocality = getGCResultLocality(I); in LowerStatepoint() local
1045 if (GCResultLocality.first) in LowerStatepoint()
1046 retAttrs = GCResultLocality.first->getAttributes().getRetAttrs(); in LowerStatepoint()
1108 if (!GCResultLocality.first && !GCResultLocality.second) { in LowerStatepoint()
1115 if (GCResultLocality.first) { in LowerStatepoint()
1122 if (!GCResultLocality.second) in LowerStatepoint()
1132 Type *RetTy = GCResultLocality.second->getType(); in LowerStatepoint()