Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp969 unsigned FnCountBefore = 0; in emitInstrCountChangedRemark() local
977 FnCountBefore = It->second; in emitInstrCountChangedRemark()
981 static_cast<int64_t>(FnCountBefore); in emitInstrCountChangedRemark()
994 FnCountBefore) in emitInstrCountChangedRemark()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp164 unsigned FnCountBefore, FnCountAfter; in emitInstrCountChangedRemark() local
166 std::tie(FnCountBefore, FnCountAfter) = Change; in emitInstrCountChangedRemark()
168 static_cast<int64_t>(FnCountBefore); in emitInstrCountChangedRemark()
186 FnCountBefore) in emitInstrCountChangedRemark()