Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp565 BC.printInstructions(outs(), Instructions.begin(), Instructions.end(), in dump()
H A DBinaryFunction.cpp556 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 DForwardOpTree.cpp405 Stmt.printInstructions(OS); in printStatements()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1251 printInstructions(raw_ostream &OS, Itr Begin, Itr End, uint64_t Offset = 0,
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1588 void printInstructions(raw_ostream &OS) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1232 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 DIndirectCallPromotion.cpp1381 Offset = BC.printInstructions(dbgs(), Insts.begin(), Insts.end(), in runOnFunctions()