Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunctionPass.cpp68 F.getParent()->shouldEmitInstrCountChangedRemark(); in runOnFunction()
HDMachineOutliner.cpp1198 bool ShouldEmitSizeRemarks = M.shouldEmitInstrCountChangedRemark(); in doOutline()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopPass.cpp167 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
HDCallGraphSCCPass.cpp139 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in RunPassOnSCC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLegacyPassManager.cpp1409 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
1533 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnModule()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h320 bool shouldEmitInstrCountChangedRemark() { in shouldEmitInstrCountChangedRemark() function