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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1382 unsigned FnCountBefore = 0; local
1387 // Did we have a previously-recorded size? If yes, then set FnCountBefore
1390 FnCountBefore = It->second;
1394 static_cast<int64_t>(FnCountBefore);
1407 FnCountBefore)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp243 unsigned FnCountBefore, FnCountAfter;
245 std::tie(FnCountBefore, FnCountAfter) = Change;
247 static_cast<int64_t>(FnCountBefore);
265 FnCountBefore)

Completed in 128 milliseconds