Searched refs:isStatepoint (Results 1 – 9 of 9) sorted by relevance
22 bool llvm::isStatepoint(const ImmutableCallSite &CS) { in isStatepoint() function in llvm31 bool llvm::isStatepoint(const Value *inst) { in isStatepoint() function in llvm34 return isStatepoint(CS); in isStatepoint()38 bool llvm::isStatepoint(const Value &inst) { in isStatepoint() function in llvm39 return isStatepoint(&inst); in isStatepoint()
3670 Assert(isStatepoint(InvokeBB->getTerminator()), in visitIntrinsicCallSite()3678 Assert(isa<Instruction>(Token) && isStatepoint(cast<Instruction>(Token)), in visitIntrinsicCallSite()
42 bool isStatepoint(const ImmutableCallSite &CS);43 bool isStatepoint(const Value *V);44 bool isStatepoint(const Value &V);67 if (isStatepoint(I)) { in StatepointBase()73 if (isStatepoint(CS)) in StatepointBase()349 assert(isStatepoint(InvokeBB->getTerminator())); in getStatepoint()
632 assert(isStatepoint(&CI) && in visitStatepoint()836 assert(isStatepoint(I) && "first argument must be a statepoint token"); in visitGCResult()
917 !isStatepoint(&I)) // statepoints handle their exports internally in visit()2133 if (!isStatepoint(I)) { in visitInvoke()
203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
1395 assert((UseDeoptBundles || isStatepoint(CS)) && in makeStatepointExplicitImpl()2290 assert((UseDeoptBundles || isStatepoint(CS)) && in insertParsePoints()2607 return isStatepoint(I); in runOnFunction()
1818 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
308 if (isStatepoint(I)) in runOnFunction()