Searched refs:ParseCallBr (Results 1 – 2 of 2) sorted by relevance
576 bool ParseCallBr(Instruction *&Inst, PerFunctionState &PFS);
5718 case lltok::kw_callbr: return ParseCallBr(Inst, PFS); in ParseInstruction()6355 bool LLParser::ParseCallBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseCallBr() function in LLParser