Searched refs:IsRecursive (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 95 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/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 476 unsigned MaxElements, bool IsRecursive, in findArgParts() argument 531 if (IsRecursive && Ty->isPointerTy()) in findArgParts() 757 unsigned MaxElements, bool IsRecursive) { in promoteArguments() argument 804 IsRecursive = true; in promoteArguments() 838 if (findArgParts(PtrArg, DL, AAR, MaxElements, IsRecursive, ArgParts)) { in promoteArguments() 873 bool IsRecursive = C.size() > 1; in run() local 876 Function *NewF = promoteArguments(&OldF, FAM, MaxElements, IsRecursive); in run()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 459 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument 460 IsRecursive = false; in examineStackFrames() 470 IsRecursive = true; in examineStackFrames() 1122 bool IsRecursive = false; in shouldInlineCall() local 1124 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall() 1126 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall() 1137 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 40 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. 42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. global() 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()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 766 bool &IsRecursive, unsigned &StackDepth);
|