Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp942 unsigned FnCountBefore = 0; in emitInstrCountChangedRemark() local
950 FnCountBefore = It->second; in emitInstrCountChangedRemark()
954 static_cast<int64_t>(FnCountBefore); in emitInstrCountChangedRemark()
967 FnCountBefore) in emitInstrCountChangedRemark()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp169 unsigned FnCountBefore, FnCountAfter; in emitInstrCountChangedRemark() local
171 std::tie(FnCountBefore, FnCountAfter) = Change; in emitInstrCountChangedRemark()
173 static_cast<int64_t>(FnCountBefore); in emitInstrCountChangedRemark()
191 FnCountBefore) in emitInstrCountChangedRemark()