Searched refs:isGCRelocate (Results 1 – 4 of 4) sorted by relevance
43 bool llvm::isGCRelocate(ImmutableCallSite CS) { in isGCRelocate() function in llvm
49 bool isGCRelocate(ImmutableCallSite CS);
188 return !(isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)); in needsStatepoint()
2367 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()