Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp47 const std::string NegativeRemark = "' will not be inlined into '"; in ReplayInlineAdvisor() local
54 if (Pair.first.contains(NegativeRemark)) in ReplayInlineAdvisor()
58 Pair.first.split(IsPositiveRemark ? PositiveRemark : NegativeRemark); in ReplayInlineAdvisor()