Home
last modified time | relevance | path

Searched refs:parseMachineBasicBlockDefinitions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h204 bool parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp503 if (parseMachineBasicBlockDefinitions(PFS, BlockStr, Error)) { in initializeMachineFunction()
H A DMIParser.cpp3433 bool llvm::parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS, in parseMachineBasicBlockDefinitions() function in llvm