Searched refs:parseResume (Results 1 – 2 of 2) sorted by relevance
574 bool parseResume(Instruction *&Inst, PerFunctionState &PFS);
5997 return parseResume(Inst, PFS); in parseInstruction()6461 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) { in parseResume() function in LLParser