Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMIRPrinter.cpp117 void printIRBlockReference(const BasicBlock &BB);
617 void MIPrinter::printIRBlockReference(const BasicBlock &BB) { in printIRBlockReference() function in MIPrinter
830 printIRBlockReference(*Op.getBlockAddress()->getBasicBlock()); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp422 static void printIRBlockReference(raw_ostream &OS, const BasicBlock &BB, in printIRBlockReference() function
841 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()