Searched refs:isGCRelocate (Results 1 – 8 of 8) sorted by relevance
46 bool isGCRelocate(const Value *V);47 bool isGCRelocate(const ImmutableCallSite &CS);315 GCRelocateOperands(const User *U) : RelocateCS(U) { assert(isGCRelocate(U)); } in GCRelocateOperands()317 assert(isGCRelocate(inst)); in GCRelocateOperands()319 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { assert(isGCRelocate(CS)); } in GCRelocateOperands()392 if (isGCRelocate(U)) in getRelocates()410 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
2726 assert(isGCRelocate(&V)); in printGCRelocateComment()2740 if (isGCRelocate(&V)) in printInfoComment()
1660 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()1667 } else if (isGCRelocate(Call)) { in VerifyStatepoint()
127 if (isGCRelocate(Val)) { in findPreviousSpillSlot()655 if (isGCRelocate(Call) && Call->getParent() == CS.getParent()) in LowerStatepoint()
203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
1818 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
686 if (isGCRelocate(dyn_cast<Instruction>(U))) in simplifyOffsetableRelocate()