Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryPasses.h51 virtual bool shouldPrint(const BinaryFunction &BF) const;
71 bool shouldPrint(const BinaryFunction &BF) const override { return false; } in shouldPrint() function
119 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
120 return BinaryFunctionPass::shouldPrint(BF) && Modified.count(&BF) > 0; in shouldPrint()
165 bool shouldPrint(const BinaryFunction &BF) const override;
280 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
281 return BinaryFunctionPass::shouldPrint(BF) && Modified.count(&BF) > 0; in shouldPrint()
358 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
359 return BinaryFunctionPass::shouldPrint(BF) && Modified.count(&BF) > 0; in shouldPrint()
384 bool shouldPrint(const BinaryFunction &) const override { return false; } in shouldPrint() function
[all …]
H A DPLTCall.h30 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
31 return BinaryFunctionPass::shouldPrint(BF); in shouldPrint()
H A DAllocCombiner.h31 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
32 return BinaryFunctionPass::shouldPrint(BF) && FuncsChanged.count(&BF) > 0; in shouldPrint()
H A DFrameOptimizer.h113 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
114 return BinaryFunctionPass::shouldPrint(BF) && FuncsChanged.count(&BF) > 0; in shouldPrint()
H A DInliner.h85 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
86 return BinaryFunctionPass::shouldPrint(BF) && Modified.count(&BF) > 0; in shouldPrint()
H A DJTFootprintReduction.h68 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
69 return BinaryFunctionPass::shouldPrint(BF) && Modified.count(&BF) > 0; in shouldPrint()
H A DRegReAssign.h53 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
54 return BinaryFunctionPass::shouldPrint(BF) && FuncsChanged.count(&BF) > 0; in shouldPrint()
H A DIndirectCallPromotion.h217 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
218 return BinaryFunctionPass::shouldPrint(BF) && Modified.count(&BF) > 0; in shouldPrint()
H A DAsmDump.h28 bool shouldPrint(const BinaryFunction &BF) const override { return false; } in shouldPrint() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp26 extern bool shouldPrint(const bolt::BinaryFunction &Function);
127 if (!opts::shouldPrint(BF)) in dumpFunction()
H A DBinaryPasses.cpp248 bool BinaryFunctionPass::shouldPrint(const BinaryFunction &BF) const { in shouldPrint() function in llvm::bolt::BinaryFunctionPass
374 bool ReorderBasicBlocks::shouldPrint(const BinaryFunction &BF) const { in shouldPrint() function in llvm::bolt::ReorderBasicBlocks
375 return (BinaryFunctionPass::shouldPrint(BF) && in shouldPrint()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBinaryPassManager.cpp296 if (!Pass->shouldPrint(Function)) in runPasses()
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp256 bool shouldPrint() const { in shouldPrint() function
757 if (!S.shouldPrint()) in printSymbolList()
2292 [](const NMSymbol &s) { return !s.shouldPrint(); }), in exportSymbolNamesFromFiles()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp145 bool shouldPrint(const BinaryFunction &Function) { in shouldPrint() function
403 if (!opts::shouldPrint(*this)) in print()
3116 if (!opts::shouldPrint(*this)) in dumpGraphForPass()
4391 if (!opts::shouldPrint(*this)) in printLoopInfo()