Searched refs:IsRecursive (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 461 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument 462 IsRecursive = false; in examineStackFrames() 472 IsRecursive = true; in examineStackFrames() 1123 bool IsRecursive = false; in shouldInlineCall() local 1125 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall() 1127 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall() 1138 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
|
| /openbsd-src/gnu/llvm/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 | 142 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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 790 bool &IsRecursive, unsigned &StackDepth);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10291 bool IsRecursive); 10417 bool IsRecursive = false; in removeIncomplete() local 10420 IsRecursive = true; in removeIncomplete() 10432 return IsRecursive; in removeIncomplete() 10438 bool IsRecursive) { in addIfComplete() argument 10442 if (IsRecursive && !E.Str.empty()) { in addIfComplete() 10452 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete() 10696 bool IsRecursive = false; in appendRecordType() local 10710 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType() 10724 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()
|