Home
last modified time | relevance | path

Searched refs:IsLeaf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp80 bool IsLeaf; member in __anon5fc690450111::DeltaTreeNode
87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
89 bool isLeaf() const { return IsLeaf; } in isLeaf()
H A DRewriteRope.cpp92 bool IsLeaf; member in __anon358058e30111::RopePieceBTreeNode
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1565 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); in emitFunctionEntryLabel() local
1569 if (IsLeaf) in emitFunctionEntryLabel()
H A DSystemZFrameLowering.cpp982 bool IsLeaf = CSI.empty() && isXPLeafCandidate(MF); in assignCalleeSavedSpillSlots() local
983 if (IsLeaf) in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp391 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns() argument
407 if (IsLeaf) in getFMAPatterns()
420 return IsLeaf ? true : MRI->hasOneNonDBGUse(OpAdd.getReg()); in getFMAPatterns()