Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp766 const PriorityT CurrentGoodness = PriorityT::evaluate(CB); in adjust() local
767 Changed = PriorityT::isMoreDesirable(PreviousGoodness, CurrentGoodness); in adjust()
771 Heap.push_back({CB, CurrentGoodness}); in adjust()