Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h225 bool isRoot() const { return Guid == 0; } in isRoot() function
274 bool hasInlineSite() const { return !isRoot() && !Parent->isRoot(); } in hasInlineSite()
/llvm-project-15.0.7/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.h213 bool isRoot() const { in isRoot() function
/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp172 static bool isRoot(const Instruction *Inst) { in isRoot() function
216 if (isRoot(Inst)) in addInstructionRoots()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp119 if (!opPos->isRoot()) in getTreePredicates()
163 if (opPos->isRoot() || opPos->isOperandDefiningOp()) in getTreePredicates()
H A DPredicate.h274 bool isRoot() const { return getDepth() == 0; } in isRoot() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp84 assert(isRoot() && "Should not be called on root"); in addPseudoProbe()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp444 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anonde98b0ec0211::MRT
2703 if (Region->isRoot()) { in structurizeComplexRegion()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3410 if (Cur->Parent && !Cur->Parent->isRoot()) in encodePseudoProbes()