Searched refs:isGCRelocate (Results 1 – 7 of 7) sorted by relevance
35 bool isGCRelocate(const Value *inst);36 bool isGCRelocate(const ImmutableCallSite &CS);190 assert(isGCRelocate(U)); in GCRelocateOperands()193 assert(isGCRelocate(inst)); in GCRelocateOperands()196 assert(isGCRelocate(CS)); in GCRelocateOperands()267 if (isGCRelocate(U)) { in getRelocates()289 if (isGCRelocate(U)) { in getRelocates()
42 bool llvm::isGCRelocate(const ImmutableCallSite &CS) { in isGCRelocate() function in llvm48 return isGCRelocate(CS.getInstruction()); in isGCRelocate()50 bool llvm::isGCRelocate(const Value *inst) { in isGCRelocate() function in llvm
1566 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()1573 } else if (isGCRelocate(Call)) { in VerifyStatepoint()
567 if (isGCRelocate(Call)) in LowerStatepoint()
190 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
1244 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
639 if (isGCRelocate(dyn_cast<Instruction>(U))) in simplifyOffsetableRelocate()