Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6525 long long TotalCreatedInstsCost = CreatedInstsCost + NewCreatedInstsCost; in tryToPromoteExts() local
6528 TotalCreatedInstsCost = in tryToPromoteExts()
6529 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
6531 (TotalCreatedInstsCost > 1 || in tryToPromoteExts()
6543 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()