Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp354 bool IsRecursiveCall = false; member in __anon66fc65d70111::CallAnalyzer
2241 IsRecursiveCall = true; in visitCallBase()
2478 if (IsRecursiveCall && !AllowRecursiveCall) in analyzeBlock()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp18238 bool IsRecursiveCall = CurContext == Func; in MarkFunctionReferenced() local
18249 if (IsRecursiveCall && OdrUse == OdrUseContext::Used) in MarkFunctionReferenced()
18292 bool NeedDefinition = !IsRecursiveCall && (OdrUse == OdrUseContext::Used || in MarkFunctionReferenced()