Searched refs:isGCResult (Results 1 – 6 of 6) sorted by relevance
59 bool llvm::isGCResult(const ImmutableCallSite &CS) { in isGCResult() function in llvm65 return isGCResult(CS.getInstruction()); in isGCResult()67 bool llvm::isGCResult(const Value *inst) { in isGCResult() function in llvm
1660 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()1664 if (isGCResult(Call)) { in VerifyStatepoint()
49 bool isGCResult(const Value *V);50 bool isGCResult(const ImmutableCallSite &CS);257 if (isGCResult(U)) in getGCResult()
203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
1554 isGCResult(cast<Instruction>(*CS.getInstruction()->user_begin()))); in makeStatepointExplicitImpl()
1818 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()