Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp792 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
796 if (isRoot) { in EmitResultInstructionAsOperand()
893 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
920 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
937 if (isRoot && in EmitResultInstructionAsOperand()
958 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
974 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h116 bool isRoot() { return Guid == 0; } in isRoot() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h100 bool isRoot() const { return !Func; } in isRoot() function
H A DInterpFrame.cpp92 for (Pointer F = P; !F.isRoot(); ) { in print()
H A DPointer.h216 bool isRoot() const { in isRoot() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp92 assert(isRoot() && "Should not be called on root"); in addPseudoProbe()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp444 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anon9f8240700211::MRT
2734 if (Region->isRoot()) { in structurizeComplexRegion()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c73253 int isRoot, /* True if pParent is a root-page */
73954 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){