Home
last modified time | relevance | path

Searched defs: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
H A DRewriteRope.cpp92 bool IsLeaf; member in __anon358058e30111::RopePieceBTreeNode
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1565 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); in emitFunctionEntryLabel() local
H A DSystemZFrameLowering.cpp982 bool IsLeaf = CSI.empty() && isXPLeafCandidate(MF); in assignCalleeSavedSpillSlots() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp391 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns()