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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DStackMaps.cpp117 unsigned NumDeoptArgs = getConstMetaVal(*MI, CurIdx - 1); local
119 while (NumDeoptArgs--) {
417 unsigned NumDeoptArgs = Locations.back().Offset; local
419 assert(NumDeoptArgs == SO.getNumDeoptArgs());
421 while (NumDeoptArgs--)
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2376 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); local
2377 Check(NumDeoptArgs == 0,

Completed in 130 milliseconds