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