Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp587 int CostAtBBStart = 0; member in __anon463f3bdb0111::InlineCostCallAnalyzer
751 void onBlockStart(const BasicBlock *BB) override { CostAtBBStart = Cost; } in onBlockStart()
762 ColdSize += Cost - CostAtBBStart; in onBlockAnalyzed()