Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp164 unsigned FnCountBefore, FnCountAfter; in emitInstrCountChangedRemark() local
166 std::tie(FnCountBefore, FnCountAfter) = Change; in emitInstrCountChangedRemark()
167 int64_t FnDelta = static_cast<int64_t>(FnCountAfter) - in emitInstrCountChangedRemark()
189 FnCountAfter) in emitInstrCountChangedRemark()
195 Change.first = FnCountAfter; in emitInstrCountChangedRemark()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp968 unsigned FnCountAfter = MF->getInstructionCount(); in emitInstrCountChangedRemark() local
980 int64_t FnDelta = static_cast<int64_t>(FnCountAfter) - in emitInstrCountChangedRemark()
997 FnCountAfter) in emitInstrCountChangedRemark()