Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaTree.cpp79 bool IsLeaf; member in __anon400feef60111::DeltaTreeNode
86 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
H A DRewriteRope.cpp91 bool IsLeaf; member in __anon4d9c27d40111::RopePieceBTreeNode
93 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
97 bool isLeaf() const { return IsLeaf; } in isLeaf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp220 bool IsLeaf = true; in extractCallsFromIR() local
231 if (IsLeaf) { in extractCallsFromIR()
249 IsLeaf = false; in extractCallsFromIR()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1014 bool IsLeaf = CSI.empty() && isXPLeafCandidate(MF); in assignCalleeSavedSpillSlots() local
1015 if (IsLeaf) in assignCalleeSavedSpillSlots()
H A DSystemZAsmPrinter.cpp1701 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); in emitFunctionEntryLabel() local
1705 if (IsLeaf) in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp389 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns() argument
405 if (IsLeaf) in getFMAPatterns()
418 return IsLeaf ? true : MRI->hasOneNonDBGUse(OpAdd.getReg()); in getFMAPatterns()