Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp480 bool parseIRBlock(BasicBlock *&BB, const Function &F);
653 if (parseIRBlock(BB, MF.getFunction())) in parseBasicBlockDefinition()
2272 bool MIParser::parseIRBlock(BasicBlock *&BB, const Function &F) { in parseIRBlock() function in MIParser
2317 if (parseIRBlock(BB, *F)) in parseBlockAddressOperand()