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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {}
89 bool isLeaf() const { return IsLeaf; } function in class:__anon727::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:__anon706::RopePieceBTreeNode
224 return N->isLeaf();
465 return !N->isLeaf();
/netbsd-current/external/apache2/llvm/dist/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
672 assert(Node->isLeaf() && "Node is not a leaf node.");
H A DGenericDomTreeConstruction.h1361 if (Node->isLeaf()) {
1473 if (!BB || TN->isLeaf())
1507 if (!BB || TN->isLeaf())
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp43 if (P->isLeaf()) return 0;
62 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp203 assert(N->isLeaf() && "Not a leaf?");
312 assert(!N->isLeaf() && "Not an operator?");
346 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateCalls().empty() &&
533 if (N->isLeaf())
594 if (N->isLeaf()) {
658 if (!N->isLeaf()) {
673 assert(N->isLeaf() && "Must be a leaf");
767 if (N->isLeaf())
873 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
1025 if (N->isLeaf())
[all...]
H A DCodeGenDAGPatterns.cpp1350 if (Tree->isLeaf())
1380 if (!P->isLeaf())
1398 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
1415 if (!Child->isLeaf() && Child->getNumTypes()) {
1424 if (Child->isLeaf()) {
1621 if (!NodeToApply->isLeaf() ||
1893 if (isLeaf())
1903 if (!isLeaf()) {
1943 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()) {
429 if (!Op->isLeaf())
454 if (Dst->isLeaf()) continue;
473 if (ChildOp->isLeaf())
499 if (!Dst->getChild(1)->isLeaf()) continue;
511 if (InstPatNode->isLeaf()) continue;
H A DGlobalISelEmitter.cpp3940 if (Src->isLeaf()) {
4013 if (Src->isLeaf()) {
4043 if (SrcChild->isLeaf()) {
4154 if (SrcChildName.empty() && SrcChild->isLeaf()) {
4174 if (!SrcChild->isLeaf() &&
4197 if (!SrcChild->isLeaf()) {
4232 if (!SrcChild->isLeaf()) {
4396 if (!DstChild->isLeaf()) {
4753 if (!Dst->getChild(1)->isLeaf())
4761 if (!ValChild->isLeaf()) {
[all...]
H A DCodeGenDAGPatterns.h690 bool isLeaf() const { return Val != nullptr; } function in class:llvm::TreePatternNode
718 Init *getLeafValue() const { assert(isLeaf()); return Val; }
719 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h46 bool isLeaf() const { return Children.empty(); } function in struct:clang::diff::Node
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h84 bool isLeaf(ID id);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp242 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraph.cpp104 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
107 // Intrinsic::isLeaf.
H A DCallGraphSCCPass.cpp279 Intrinsic::isLeaf(Call->getCalledFunction()->getIntrinsicID()))) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h246 !Intrinsic::isLeaf(Call->getCalledFunction()->getIntrinsicID()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp203 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
206 // Intrinsic::isLeaf.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp226 if (N.isLeaf())
531 NumLeaves += N.isLeaf();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp688 while (!Node->isLeaf()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1307 bool Intrinsic::isLeaf(ID id) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c222095 int isLeaf; local
[all...]

Completed in 717 milliseconds