Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h576 bool ParseCallBr(Instruction *&Inst, PerFunctionState &PFS);
HDLLParser.cpp5718 case lltok::kw_callbr: return ParseCallBr(Inst, PFS); in ParseInstruction()
6355 bool LLParser::ParseCallBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseCallBr() function in LLParser