Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h622 int parsePHI(Instruction *&Inst, PerFunctionState &PFS);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6405 int Res = parsePHI(Inst, PFS); in parseInstruction()
7259 int LLParser::parsePHI(Instruction *&Inst, PerFunctionState &PFS) { in parsePHI() function in LLParser