Searched refs:isGCResult (Results 1 – 9 of 9) sorted by relevance
46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } in isGCResult() function in llvm48 bool llvm::isGCResult(const Value *V) { in isGCResult() function in llvm50 return isGCResult(Call); in isGCResult()
47 bool llvm::isGCResult(ImmutableCallSite CS) { in isGCResult() function in llvm
65 bool isGCResult(const CallBase *Call);66 bool isGCResult(const Value *V);
50 bool isGCResult(ImmutableCallSite CS);
188 return !(isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)); in needsStatepoint()
192 return !(isStatepoint(Call) || isGCRelocate(Call) || isGCResult(Call)); in needsStatepoint()
2367 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
1517 !isGCResult(Inst)) { in SelectAllBasicBlocks()
4235 if (isStatepoint(&Call) || isGCRelocate(&Call) || isGCResult(&Call)) in isSafeToEliminateVarargsCast()