Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSuffixTree.h93 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot() function
99 if (isRoot()) in size()
291 if (Curr->isRoot()) in advance()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSuffixTree.cpp92 if (CurrNode->Children.size() == 0 && !CurrNode->isRoot()) in setSuffixIndices()
151 if (NeedsLink && !Active.Node->isRoot()) { in extend()
198 if (Active.Node->isRoot()) { in extend()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp793 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
797 if (isRoot) { in EmitResultInstructionAsOperand()
894 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
921 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
938 if (isRoot && in EmitResultInstructionAsOperand()
959 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
975 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h232 bool isRoot() const { return Guid == 0; } in isRoot() function
281 bool hasInlineSite() const { return !isRoot() && !Parent->isRoot(); } in hasInlineSite()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp93 assert(isRoot() && "Should only be called on root"); in addPseudoProbe()
140 assert(!isRoot() && "Root should be handled seperately"); in emit()
152 if (Parent->isRoot()) { in emit()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.h110 bool isRoot() const { return !Func; } in isRoot() function
H A DInterp.h497 if (LHS.inArray() && LHS.isRoot())
499 if (RHS.inArray() && RHS.isRoot())
943 if (!Ptr.isRoot()) in Store()
955 if (!Ptr.isRoot()) in StorePop()
967 if (!Ptr.isRoot()) in StoreBitField()
983 if (!Ptr.isRoot()) in StoreBitFieldPop()
H A DPointer.h239 bool isRoot() const { in isRoot() function
H A DInterpFrame.cpp123 for (Pointer F = P; !F.isRoot(); ) { in print()
H A DInterp.cpp482 assert(!S.Current->isRoot()); in Interpret()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h215 virtual bool isRoot() const { return false; } in isRoot() function
H A DLVScope.h200 bool isRoot() const override { return getIsRoot(); } in isRoot() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp198 if (isRoot() || isCompileUnit()) in resolveParents()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp444 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anonf8f2b3930211::MRT
2702 if (Region->isRoot()) { in structurizeComplexRegion()