Searched refs:isStatepoint (Results 1 – 8 of 8) sorted by relevance
27 bool llvm::isStatepoint(ImmutableCallSite CS) { in isStatepoint() function in llvm33 bool llvm::isStatepoint(const Value *V) { in isStatepoint() function in llvm35 return isStatepoint(CS); in isStatepoint()39 bool llvm::isStatepoint(const Value &V) { in isStatepoint() function in llvm40 return isStatepoint(&V); in isStatepoint()
3967 Assert(isStatepoint(InvokeBB->getTerminator()), in visitIntrinsicCallSite()3975 Assert(isa<Instruction>(Token) && isStatepoint(cast<Instruction>(Token)), in visitIntrinsicCallSite()
45 bool isStatepoint(ImmutableCallSite CS);46 bool isStatepoint(const Value *V);47 bool isStatepoint(const Value &V);67 if (isStatepoint(I)) { in StatepointBase()73 if (isStatepoint(CS)) in StatepointBase()334 assert(isStatepoint(Token)); in getStatepoint()345 assert(isStatepoint(InvokeBB->getTerminator())); in getStatepoint()
188 return !(isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)); in needsStatepoint()
2298 return !callsGCLeafFunction(CS) && !isStatepoint(CS); in runOnFunction()
2367 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
324 if (isStatepoint(I)) in runOnFunction()
984 !isStatepoint(&I)) // statepoints handle their exports internally in visit()2299 if (!isStatepoint(I)) { in visitInvoke()