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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Rewrite/
H A DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; } function in class:__anon3941::DeltaTreeNode
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
202 if (isLeaf()) {
H A DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} argument
95 bool isLeaf() const { return IsLeaf; } function in class:__anon3943::RopePieceBTreeNode
223 return N->isLeaf();
459 return !N->isLeaf();
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp43 if (P->isLeaf()) return 0;
62 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp207 assert(N->isLeaf() && "Not a leaf?");
290 assert(!N->isLeaf() && "Not an operator?");
324 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
485 if (N->isLeaf())
534 if (N->isLeaf()) {
598 if (!N->isLeaf()) {
613 assert(N->isLeaf() && "Must be a leaf");
677 if (InstPatNode && !InstPatNode->isLeaf() &&
696 if (N->isLeaf())
808 if (!Child->isLeaf()
[all...]
H A DCodeGenDAGPatterns.cpp711 if (N->isLeaf()) {
792 if (PatFragRec->getOnlyTree()->isLeaf())
820 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
844 if (!Child->isLeaf() && Child->getNumTypes() &&
847 else if (Child->isLeaf()) {
1022 if (!NodeToApply->isLeaf() ||
1276 if (isLeaf())
1284 if (!isLeaf()) {
1318 if (N->isLeaf() != isLeaf() || getExtType
[all...]
H A DFastISelEmitter.cpp180 if (InstPatNode->isLeaf())
199 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
234 if (!Op->isLeaf()) {
428 if (!Op->isLeaf())
457 if (Dst->isLeaf()) continue;
469 if (ChildOp->isLeaf())
495 if (!Dst->getChild(1)->isLeaf()) continue;
507 if (InstPatNode->isLeaf()) continue;
H A DCodeGenDAGPatterns.h365 bool isLeaf() const { return Val != nullptr; }
387 Init *getLeafValue() const { assert(isLeaf()); return Val; }
388 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h58 bool isLeaf(ID id);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCallGraph.cpp89 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
92 // Intrinsic::isLeaf.
H A DCallGraphSCCPass.cpp222 Intrinsic::isLeaf(
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp244 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h238 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp835 bool Intrinsic::isLeaf(ID id) { function in class:Intrinsic
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c166077 int isLeaf; local
[all...]

Completed in 477 milliseconds