Home
last modified time | relevance | path

Searched refs:FnCountBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1385 unsigned FnCountBefore = 0; in emitInstrCountChangedRemark() local
1393 FnCountBefore = It->second; in emitInstrCountChangedRemark()
1397 static_cast<int64_t>(FnCountBefore); in emitInstrCountChangedRemark()
1411 FnCountBefore) in emitInstrCountChangedRemark()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp243 unsigned FnCountBefore, FnCountAfter; in emitInstrCountChangedRemark() local
245 std::tie(FnCountBefore, FnCountAfter) = Change; in emitInstrCountChangedRemark()
247 static_cast<int64_t>(FnCountBefore); in emitInstrCountChangedRemark()
265 FnCountBefore) in emitInstrCountChangedRemark()