Searched refs:parseFreeze (Results 1 – 2 of 2) sorted by relevance
607 bool parseFreeze(Instruction *&I, PerFunctionState &PFS);
6135 return parseFreeze(Inst, PFS); in parseInstruction()7073 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) { in parseFreeze() function in LLParser