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()
3292 Assert(isStatepoint(invokeBB->getTerminator()), in visitIntrinsicFunctionCall()3300 Assert(isa<Instruction>(Token) && isStatepoint(cast<Instruction>(Token)), in visitIntrinsicFunctionCall()
31 bool isStatepoint(const ImmutableCallSite &CS);32 bool isStatepoint(const Value *inst);33 bool isStatepoint(const Value &inst);57 assert(isStatepoint(I)); in StatepointBase()60 assert(isStatepoint(CS)); in StatepointBase()229 assert(isStatepoint(invokeBB->getTerminator())); in statepoint()
544 assert(isStatepoint(&CI) && in visitStatepoint()674 assert(isStatepoint(I) && in visitGCResult()
2024 if (!isStatepoint(I)) { in visitInvoke()
1112 assert(isStatepoint(CS) && in makeStatepointExplicitImpl()1709 assert(isStatepoint(CS) && "expected to already be a deopt statepoint"); in insertParsePoints()1920 if (isStatepoint(I)) { in runOnFunction()
190 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
1244 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
302 if (isStatepoint(I)) in runOnFunction()