Home
last modified time | relevance | path

Searched refs:parseFreeze (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h595 bool parseFreeze(Instruction *&I, PerFunctionState &PFS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6012 return parseFreeze(Inst, PFS); in parseInstruction()
6951 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) { in parseFreeze() function in LLParser