Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h605 bool parseFreeze(Instruction *&I, PerFunctionState &PFS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6311 return parseFreeze(Inst, PFS); in parseInstruction()
7250 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) { in parseFreeze() function in LLParser