Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp146 bool parseIRBlock(BasicBlock *&BB, const Function &F);
339 if (parseIRBlock(BB, *MF.getFunction())) in parseBasicBlockDefinition()
1265 bool MIParser::parseIRBlock(BasicBlock *&BB, const Function &F) { in parseIRBlock() function in MIParser
1310 if (parseIRBlock(BB, *F)) in parseBlockAddressOperand()