Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1551 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in VerifyStatepoint() local
1552 Assert(NumDeoptArgs >= 0, "gc.statepoint number of deoptimization arguments " in VerifyStatepoint()
1556 Assert(4 + NumCallArgs + NumDeoptArgs <= (int)CS.arg_size(), in VerifyStatepoint()
3339 const int NumDeoptArgs = in visitIntrinsicFunctionCall() local
3341 const int GCParamArgsStart = NumCallArgs + NumDeoptArgs + 4; in visitIntrinsicFunctionCall()