Searched refs:getAlways (Results 1 – 5 of 5) sorted by relevance
72 return InlineCost::getAlways("always inline attribute"); in run()211 return InlineCost::getAlways("always inliner"); in getInlineCost()
1259 return InlineCost::getAlways("previously inlined"); in shouldInlineCandidate()
77 InlineRecommended = llvm::InlineCost::getAlways("found in replay"); in getAdviceImpl()
2598 return llvm::InlineCost::getAlways("always inline attribute"); in getInlineCost()2617 return InlineCost::getAlways("benefit over cost"); in getInlineCost()2626 return InlineCost::getAlways("empty function"); in getInlineCost()
92 static InlineCost getAlways(const char *Reason) { in getAlways() function