Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h64 kw_frame_destroy, enumerator
H A DMILexer.cpp205 .Case("frame-destroy", MIToken::kw_frame_destroy) in getIdentifierKind()
H A DMIParser.cpp1443 Token.is(MIToken::kw_frame_destroy) || in parseInstruction()
1458 if (Token.is(MIToken::kw_frame_destroy)) in parseInstruction()