Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInlineCost.h238 std::optional<bool> AllowRecursiveCall = false; member
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp400 bool AllowRecursiveCall = false; member in __anon66fc65d70111::CallAnalyzer
1044 AllowRecursiveCall = *Params.AllowRecursiveCall; in InlineCostCallAnalyzer()
2242 if (!AllowRecursiveCall) in visitCallBase()
2478 if (IsRecursiveCall && !AllowRecursiveCall) in analyzeBlock()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1367 Params.AllowRecursiveCall = AllowRecursiveInline; in shouldInlineCandidate()