Searched refs:PreRegAlloc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TailDuplication.cpp | 38 bool PreRegAlloc; member in __anonde1ced5a0111::TailDuplicateBaseLegacy 40 TailDuplicateBaseLegacy(char &PassID, bool PreRegAlloc) in TailDuplicateBaseLegacy() argument 41 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {} in TailDuplicateBaseLegacy() 97 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI ? MBFIW.get() : nullptr, PSI, in runOnMachineFunction() 107 template <typename DerivedT, bool PreRegAlloc> 108 PreservedAnalyses TailDuplicatePassBase<DerivedT, PreRegAlloc>::run( in run() 123 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI ? MBFIW.get() : nullptr, PSI, in run()
|
| H A D | TailDuplicator.cpp | 90 void TailDuplicator::initMF(MachineFunction &MFin, bool PreRegAlloc, in initMF() argument 107 this->PreRegAlloc = PreRegAlloc; in initMF() 190 if (PreRegAlloc) in tailDuplicateAndUpdate() 281 if (PreRegAlloc && TailDupVerify) { in tailDuplicateBlocks() 299 if (PreRegAlloc && TailDupVerify) in tailDuplicateBlocks() 402 if (!PreRegAlloc) in duplicateInstruction() 610 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate() 621 if (DupComputedGotoLate && !PreRegAlloc) in shouldTailDuplicate() 647 if (PreRegAlloc && MI.isReturn()) in shouldTailDuplicate() 653 if (PreRegAlloc && MI.isCall()) in shouldTailDuplicate() [all …]
|
| H A D | MachineLICM.cpp | 127 bool PreRegAlloc = false; member in __anona9a475ae0111::MachineLICMImpl 187 MachineLICMImpl(bool PreRegAlloc, Pass *LegacyPass, in MachineLICMImpl() argument 189 : PreRegAlloc(PreRegAlloc), LegacyPass(LegacyPass), MFAM(MFAM) { in MachineLICMImpl() 294 bool PreRegAlloc; member in __anona9a475ae0111::MachineLICMBase 297 MachineLICMBase(char &ID, bool PreRegAlloc) in MachineLICMBase() argument 298 : MachineFunctionPass(ID), PreRegAlloc(PreRegAlloc) {} in MachineLICMBase() 359 MachineLICMImpl Impl(PreRegAlloc, this, nullptr); in INITIALIZE_PASS_DEPENDENCY() 393 if (PreRegAlloc) in run() 399 if (PreRegAlloc) { in run() 416 if (!PreRegAlloc) { in run() [all …]
|
| H A D | IfConversion.cpp | 204 bool PreRegAlloc = true; member in __anon8f1f3a690111::IfConverter 476 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY() 479 if (!PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MachineBlockPlacement.cpp | 3610 const bool PreRegAlloc = false; in run() local 3611 TailDup.initMF(MF, PreRegAlloc, MBPI, MBFI.get(), PSI, in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TailDuplicator.h | 47 bool PreRegAlloc; variable 70 void initMF(MachineFunction &MF, bool PreRegAlloc,
|
| H A D | MachineLICM.h | 16 template <typename DerivedT, bool PreRegAlloc>
|
| H A D | TailDuplication.h | 18 template <typename DerivedT, bool PreRegAlloc>
|