Searched refs:ParseAlloc (Results 1 – 4 of 4) sorted by relevance
365 int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
2955 case lltok::kw_alloca: return ParseAlloc(Inst, PFS); in ParseInstruction()3661 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc() function in LLParser
491 int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
5036 case lltok::kw_alloca: return ParseAlloc(Inst, PFS); in ParseInstruction()5959 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc() function in LLParser