Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp635 if (std::optional<int> AttrCallThresholdBonus = in onCallBaseVisitStart() local
637 Threshold += *AttrCallThresholdBonus; in onCallBaseVisitStart()