Searched refs:ParseInvoke (Results 1 – 2 of 2) sorted by relevance
437 bool ParseInvoke(Instruction *&Inst, PerFunctionState &PFS);
4434 case lltok::kw_invoke: return ParseInvoke(Inst, PFS); in ParseInstruction()4717 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() function in LLParser