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
1566 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()1570 if (isGCResult(Call)) { in VerifyStatepoint()
38 bool isGCResult(const Value *inst);39 bool isGCResult(const ImmutableCallSite &CS);
190 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
1240 isGCResult(cast<Instruction>(*toReplace->user_begin()))); in makeStatepointExplicitImpl()
1244 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()