Home
last modified time | relevance | path

Searched defs:PreRegAlloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplication.cpp35 bool PreRegAlloc; member in __anonde1ced5a0111::TailDuplicateBase
37 TailDuplicateBase(char &PassID, bool PreRegAlloc) in TailDuplicateBase()
H A DMachineLICM.cpp127 bool PreRegAlloc = false; member in __anona9a475ae0111::MachineLICMBase
185 MachineLICMBase(char &PassID, bool PreRegAlloc) in MachineLICMBase()
H A DTailDuplicator.cpp91 void TailDuplicator::initMF(MachineFunction &MFin, bool PreRegAlloc, in initMF()
H A DIfConversion.cpp198 bool PreRegAlloc = true; member in __anon8f1f3a690111::IfConverter
H A DMachineBlockPlacement.cpp3479 bool PreRegAlloc = false; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h47 bool PreRegAlloc; variable