Searched refs:ParsePHI (Results 1 – 4 of 4) sorted by relevance
362 int ParsePHI(Instruction *&I, PerFunctionState &PFS);
2950 case lltok::kw_phi: return ParsePHI(Inst, PFS); in ParseInstruction()3473 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI() function in LLParser
487 int ParsePHI(Instruction *&I, PerFunctionState &PFS);
5028 case lltok::kw_phi: return ParsePHI(Inst, PFS); in ParseInstruction()5738 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI() function in LLParser