Searched refs:PreRegAlloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplication.cpp34 bool PreRegAlloc; member in class:__anon1831::TailDuplicateBase
36 TailDuplicateBase(char &PassID, bool PreRegAlloc) argument
37 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {}
91 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI, PSI, /*LayoutMode=*/false);
H A DTailDuplicator.cpp81 void TailDuplicator::initMF(MachineFunction &MFin, bool PreRegAlloc, argument
99 this->PreRegAlloc = PreRegAlloc;
181 if (PreRegAlloc)
270 if (PreRegAlloc && TailDupVerify) {
289 if (PreRegAlloc && TailDupVerify)
389 if (PreRegAlloc) {
594 if (HasIndirectbr && PreRegAlloc)
619 if (PreRegAlloc && MI.isReturn())
625 if (PreRegAlloc
[all...]
H A DMachineLICM.cpp125 bool PreRegAlloc; member in class:__anon1756::MachineLICMBase
173 MachineLICMBase(char &PassID, bool PreRegAlloc) argument
174 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {}
350 PreRegAlloc = MRI->isSSA();
353 if (PreRegAlloc)
359 if (PreRegAlloc) {
384 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) {
391 if (!PreRegAlloc)
1388 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc
[all...]
H A DIfConversion.cpp201 bool PreRegAlloc; member in class:__anon1726::IfConverter
459 PreRegAlloc = MRI->isSSA();
462 if (!PreRegAlloc) {
H A DMachineBlockPlacement.cpp3090 bool PreRegAlloc = false; local
3091 TailDup.initMF(MF, PreRegAlloc, MBPI, &MBFI->getMBFI(), PSI,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h47 bool PreRegAlloc; member in class:llvm::TailDuplicator
63 /// @param PreRegAlloc - true if used before register allocation
70 void initMF(MachineFunction &MF, bool PreRegAlloc,

Completed in 251 milliseconds