Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1643 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in VerifyStatepoint() local
1644 Assert(NumDeoptArgs >= 0, "gc.statepoint number of deoptimization arguments " in VerifyStatepoint()
1649 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in VerifyStatepoint()
3724 const int NumDeoptArgs = in visitIntrinsicCallSite() local
3726 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs; in visitIntrinsicCallSite()