Searched refs:IsRoot (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 104 const bool IsRoot = Kind == PGOCtxProfileBlockIDs::ContextRootBlockID; in readProfile() local 111 (!IsRoot || TotalEntryCount.has_value()) && in readProfile() 112 (!IsRoot || Unhandled.has_value()); in readProfile() 119 if (IsRoot && Entry->Kind == BitstreamEntry::SubBlock && in readProfile() 151 if (!IsRoot) in readProfile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 32 bool IsRoot = false; member 43 constexpr bool hasChildren() const { return ChildrenOffset != 0 || IsRoot; } in hasChildren() 63 N.IsRoot = true; in createRoot() 184 bool DoesStartWith = N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 54 IsRoot, enumerator 181 KIND_1(LVScopeKind, IsRoot, TransformName);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 414 const TreePatternNode &Dst, bool IsRoot) const; 1534 const TreePatternNode &Dst, bool IsRoot) const { in importExplicitDefRenderers() 1538 for (unsigned I = IsRoot ? 0 : 1, E = DstI->Operands.NumDefs; I != E; ++I) { in importExplicitDefRenderers() 1543 if (IsRoot && M.hasOperand(OpName)) { in importExplicitDefRenderers()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 362 clEnumValN(LVScopeKind::IsRoot, "Root", "Root."),
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 102 {LVScopeKind::IsRoot, &LVScope::getIsRoot},
|