Searched refs:printInstructions (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryBasicBlock.cpp | 565 BC.printInstructions(outs(), Instructions.begin(), Instructions.end(), in dump()
|
| H A D | BinaryFunction.cpp | 556 Offset = BC.printInstructions(OS, BB->begin(), BB->end(), Offset, this); in print() 1836 LLVM_DEBUG(BC.printInstructions(dbgs(), BB.begin(), BB.end(), in postProcessIndirectBranches() 3038 Offset = BC.printInstructions(CS, BB->begin(), BB->end(), Offset, this, in dumpGraph()
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ForwardOpTree.cpp | 405 Stmt.printInstructions(OS); in printStatements()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 1251 printInstructions(raw_ostream &OS, Itr Begin, Itr End, uint64_t Offset = 0,
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1588 void printInstructions(raw_ostream &OS) const;
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 1232 void ScopStmt::printInstructions(raw_ostream &OS) const { in printInstructions() function in ScopStmt 1261 printInstructions(OS.indent(12)); in print()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IndirectCallPromotion.cpp | 1381 Offset = BC.printInstructions(dbgs(), Insts.begin(), Insts.end(), in runOnFunctions()
|