Searched refs:IsLeaf (Results 1 – 6 of 6) sorted by relevance
79 bool IsLeaf; member in __anon400feef60111::DeltaTreeNode86 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()88 bool isLeaf() const { return IsLeaf; } in isLeaf()
91 bool IsLeaf; member in __anon4d9c27d40111::RopePieceBTreeNode93 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()97 bool isLeaf() const { return IsLeaf; } in isLeaf()
220 bool IsLeaf = true; in extractCallsFromIR() local231 if (IsLeaf) { in extractCallsFromIR()249 IsLeaf = false; in extractCallsFromIR()
1014 bool IsLeaf = CSI.empty() && isXPLeafCandidate(MF); in assignCalleeSavedSpillSlots() local1015 if (IsLeaf) in assignCalleeSavedSpillSlots()
1701 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); in emitFunctionEntryLabel() local1705 if (IsLeaf) in emitFunctionEntryLabel()
389 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns() argument405 if (IsLeaf) in getFMAPatterns()418 return IsLeaf ? true : MRI->hasOneNonDBGUse(OpAdd.getReg()); in getFMAPatterns()