Home
last modified time | relevance | path

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

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