Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1039 const auto GCResultLocality = getGCResultLocality(I); in LowerStatepoint() local
1041 if (GCResultLocality.first) in LowerStatepoint()
1042 retAttrs = GCResultLocality.first->getAttributes().getRetAttrs(); in LowerStatepoint()
1104 if (!GCResultLocality.first && !GCResultLocality.second) { in LowerStatepoint()
1111 if (GCResultLocality.first) { in LowerStatepoint()
1118 if (!GCResultLocality.second) in LowerStatepoint()
1128 Type *RetTy = GCResultLocality.second->getType(); in LowerStatepoint()