Home
last modified time | relevance | path

Searched refs:NumDeoptArgs (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp2054 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint() local
2055 Assert(NumDeoptArgs >= 0, in verifyStatepoint()
2061 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in verifyStatepoint()
4570 const int NumDeoptArgs = in visitIntrinsicCall() local
4573 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs; in visitIntrinsicCall()