Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Rewrite/
HDDeltaTree.cpp80 bool IsLeaf; member in __anon3dde455f0111::DeltaTreeNode
87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
89 bool isLeaf() const { return IsLeaf; } in isLeaf()
HDRewriteRope.cpp92 bool IsLeaf; member in __anonf859bc7d0111::RopePieceBTreeNode
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZAsmPrinter.cpp1565 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); in emitFunctionEntryLabel() local
1569 if (IsLeaf) in emitFunctionEntryLabel()
HDSystemZFrameLowering.cpp982 bool IsLeaf = CSI.empty() && isXPLeafCandidate(MF); in assignCalleeSavedSpillSlots() local
983 if (IsLeaf) in assignCalleeSavedSpillSlots()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp391 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns() argument
407 if (IsLeaf) in getFMAPatterns()
420 return IsLeaf ? true : MRI->hasOneNonDBGUse(OpAdd.getReg()); in getFMAPatterns()