Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp66 F.getParent()->shouldEmitInstrCountChangedRemark(); in runOnFunction()
DMachineOutliner.cpp1470 bool ShouldEmitSizeRemarks = M.shouldEmitInstrCountChangedRemark(); in doOutline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp200 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
DCallGraphSCCPass.cpp135 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in RunPassOnSCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h264 bool shouldEmitInstrCountChangedRemark() { in shouldEmitInstrCountChangedRemark() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp1458 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
1564 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnModule()