Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp95 bool IsRecursive);
221 bool IsRecursive = false; in removeIncomplete() local
224 IsRecursive = true; in removeIncomplete()
236 return IsRecursive; in removeIncomplete()
242 bool IsRecursive) { in addIfComplete() argument
246 if (IsRecursive && !E.Str.empty()) { in addIfComplete()
256 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
381 bool IsRecursive = false; in appendRecordType() local
395 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType()
409 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp447 unsigned MaxElements, bool IsRecursive, in findArgParts() argument
502 if (IsRecursive && Ty->isPointerTy()) in findArgParts()
700 unsigned MaxElements, bool IsRecursive) { in promoteArguments() argument
747 IsRecursive = true; in promoteArguments()
781 if (findArgParts(PtrArg, DL, AAR, MaxElements, IsRecursive, ArgParts)) { in promoteArguments()
816 bool IsRecursive = C.size() > 1; in run() local
819 Function *NewF = promoteArguments(&OldF, FAM, MaxElements, IsRecursive); in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp459 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
460 IsRecursive = false; in examineStackFrames()
470 IsRecursive = true; in examineStackFrames()
1121 bool IsRecursive = false; in shouldInlineCall() local
1123 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
1125 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
1136 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h40 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. member
H A Dxray-account.cpp142 Bitfield::set<RecursionStatus::IsRecursive>(Storage, in operator ++()
153 Bitfield::set<RecursionStatus::IsRecursive>(Storage, false); // Storage = 0 in operator --()
157 return Bitfield::get<RecursionStatus::IsRecursive>(Storage); // Storage s< 0 in isRecursive()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h774 bool &IsRecursive, unsigned &StackDepth);