Searched defs:IsLeaf (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ | ||
H A D | DeltaTree.cpp | 80 bool IsLeaf; member in __anon9d934e970111::DeltaTreeNode |
H A D | RewriteRope.cpp | 92 bool IsLeaf; member in __anon1975f3b50111::RopePieceBTreeNode |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZAsmPrinter.cpp | 1542 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); emitFunctionEntryLabel() local |
H A D | SystemZFrameLowering.cpp | 983 if (IsLeaf) in assignCalleeSavedSpillSlots() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCInstrInfo.cpp | 391 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns() argument |