Searched refs:ParseBr (Results 1 – 6 of 6) sorted by relevance
346 bool ParseBr(Instruction *&Inst, PerFunctionState &PFS);
2887 case lltok::kw_br: return ParseBr(Inst, PFS); in ParseInstruction()3055 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr() function in LLParser
466 bool ParseBr(Instruction *&Inst, PerFunctionState &PFS);
4942 case lltok::kw_br: return ParseBr(Inst, PFS); in ParseInstruction()5128 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr() function in LLParser
555 bool ParseBr(Instruction *&Inst, PerFunctionState &PFS);
5447 case lltok::kw_br: return ParseBr(Inst, PFS); in ParseInstruction()5632 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr() function in LLParser