Searched refs:isLeaf (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {}
89 bool isLeaf() const { return IsLeaf; } function in class:__anon1978::DeltaTreeNode
121 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
155 static bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
162 if (isLeaf())
207 if (isLeaf()) {
H A DRewriteRope.cpp94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} argument
98 bool isLeaf() const { return IsLeaf; } function in class:__anon1980::RopePieceBTreeNode
224 return N->isLeaf();
465 return !N->isLeaf();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h90 bool isLeaf() const { return SuffixIdx != EmptyIdx; } function in struct:llvm::SuffixTreeNode
280 if (!ChildPair.second->isLeaf())
H A DGenericDomTree.h98 bool isLeaf() const { return Children.empty(); } function in class:llvm::DomTreeNodeBase
641 assert(Node->isLeaf() && "Node is not a leaf node.");
H A DGenericDomTreeConstruction.h1391 if (Node->isLeaf()) {
1503 if (!BB || TN->isLeaf())
1537 if (!BB || TN->isLeaf())
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp42 if (P->isLeaf()) return 0;
61 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp203 assert(N->isLeaf() && "Not a leaf?");
308 assert(!N->isLeaf() && "Not an operator?");
342 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateCalls().empty() &&
529 if (N->isLeaf())
590 if (N->isLeaf()) {
654 if (!N->isLeaf()) {
669 assert(N->isLeaf() && "Must be a leaf");
763 if (N->isLeaf())
869 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
1021 if (N->isLeaf())
[all...]
H A DCodeGenDAGPatterns.cpp1328 if (Tree->isLeaf())
1358 if (!P->isLeaf())
1376 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
1393 if (!Child->isLeaf() && Child->getNumTypes()) {
1402 if (Child->isLeaf()) {
1573 if (!NodeToApply->isLeaf() ||
1845 if (isLeaf())
1855 if (!isLeaf()) {
1895 if (N->isLeaf() != isLeaf() || getExtType
[all...]
H A DFastISelEmitter.cpp191 if (InstPatNode->isLeaf())
210 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
241 if (!Op->isLeaf()) {
433 if (!Op->isLeaf())
458 if (Dst->isLeaf()) continue;
477 if (ChildOp->isLeaf())
503 if (!Dst->getChild(1)->isLeaf()) continue;
515 if (InstPatNode->isLeaf()) continue;
H A DGlobalISelEmitter.cpp3575 if (Src->isLeaf()) {
3766 if (Src->isLeaf()) {
3796 if (SrcChild->isLeaf()) {
3886 if (SrcChildName.empty() && SrcChild->isLeaf()) {
3919 if (!SrcChild->isLeaf()) {
3943 if (!SrcChild->isLeaf()) {
4066 if (!DstChild->isLeaf()) {
4401 if (!ValChild->isLeaf()) {
4443 if (!Dst->getChild(0)->isLeaf())
4608 assert(Leaf->isLeaf()
[all...]
H A DCodeGenDAGPatterns.h696 bool isLeaf() const { return Val != nullptr; } function in class:llvm::TreePatternNode
724 Init *getLeafValue() const { assert(isLeaf()); return Val; }
725 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h46 bool isLeaf() const { return Children.empty(); } function in struct:clang::diff::Node
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h72 bool isLeaf(ID id);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp248 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp102 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
105 // Intrinsic::isLeaf.
H A DCallGraphSCCPass.cpp276 Intrinsic::isLeaf(Call->getCalledFunction()->getIntrinsicID()))) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h253 !Intrinsic::isLeaf(Call->getCalledFunction()->getIntrinsicID()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp195 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
198 // Intrinsic::isLeaf.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp226 if (N.isLeaf())
531 NumLeaves += N.isLeaf();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp699 while (!Node->isLeaf()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1144 bool Intrinsic::isLeaf(ID id) { function in class:Intrinsic
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c204680 int isLeaf; local
[all...]

Completed in 429 milliseconds