Searched refs:ParseAlloc (Results 1 – 2 of 2) sorted by relevance
454 int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
4510 case lltok::kw_alloca: return ParseAlloc(Inst, PFS); in ParseInstruction()5242 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc() function in LLParser