Searched refs:parseCleanupPad (Results 1 – 2 of 2) sorted by relevance
577 bool parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
6183 return parseCleanupPad(Inst, PFS); in parseInstruction()6801 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupPad() function in LLParser