Searched refs:IsRecursive (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 449 unsigned MaxElements, bool IsRecursive, in findArgParts() argument 504 if (IsRecursive && Ty->isPointerTy()) in findArgParts() 706 unsigned MaxElements, bool IsRecursive) { in promoteArguments() argument 753 IsRecursive = true; in promoteArguments() 786 if (findArgParts(PtrArg, DL, AAR, MaxElements, IsRecursive, ArgParts)) { in promoteArguments() 817 bool IsRecursive = C.size() > 1; in run() local 820 Function *NewF = promoteArguments(&OldF, FAM, MaxElements, IsRecursive); in run()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 407 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument 408 IsRecursive = false; in examineStackFrames() 418 IsRecursive = true; in examineStackFrames() 1067 bool IsRecursive = false; in shouldInlineCall() local 1069 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall() 1071 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall() 1082 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-account.h | 42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. member
|
| H A D | xray-account.cpp | 140 Bitfield::set<RecursionStatus::IsRecursive>(Storage, in operator ++() 151 Bitfield::set<RecursionStatus::IsRecursive>(Storage, false); // Storage = 0 in operator --() 155 return Bitfield::get<RecursionStatus::IsRecursive>(Storage); // Storage s< 0 in isRecursive()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 783 bool &IsRecursive, unsigned &StackDepth);
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10157 bool IsRecursive); 10283 bool IsRecursive = false; in removeIncomplete() local 10286 IsRecursive = true; in removeIncomplete() 10298 return IsRecursive; in removeIncomplete() 10304 bool IsRecursive) { in addIfComplete() argument 10308 if (IsRecursive && !E.Str.empty()) { in addIfComplete() 10318 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete() 10562 bool IsRecursive = false; in appendRecordType() local 10576 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType() 10590 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()
|