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