Searched refs:ParsePHI (Results 1 – 2 of 2) sorted by relevance
480 int ParsePHI(Instruction *&I, PerFunctionState &PFS);
4809 case lltok::kw_phi: return ParsePHI(Inst, PFS); in ParseInstruction()5519 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI() function in LLParser