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