Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopPass.cpp197 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
DCallGraphSCCPass.cpp134 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in RunPassOnSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLegacyPassManager.cpp1347 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
1571 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnFunction()
1653 bool EmitICRemark = M.shouldEmitInstrCountChangedRemark(); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h261 bool shouldEmitInstrCountChangedRemark() { in shouldEmitInstrCountChangedRemark() function