HomeSort by: relevance | last modified time | path
    Searched refs:PreRegAlloc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TailDuplication.cpp 35 bool PreRegAlloc;
37 TailDuplicateBase(char &PassID, bool PreRegAlloc)
38 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {}
94 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI ? MBFIW.get() : nullptr, PSI,
TailDuplicator.cpp 81 void TailDuplicator::initMF(MachineFunction &MFin, bool PreRegAlloc,
99 this->PreRegAlloc = PreRegAlloc;
183 if (PreRegAlloc)
272 if (PreRegAlloc && TailDupVerify) {
291 if (PreRegAlloc && TailDupVerify)
391 if (PreRegAlloc) {
596 if (HasIndirectbr && PreRegAlloc)
621 if (PreRegAlloc && MI.isReturn())
627 if (PreRegAlloc && MI.isCall()
    [all...]
MachineLICM.cpp 121 bool PreRegAlloc;
169 MachineLICMBase(char &PassID, bool PreRegAlloc)
170 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {}
341 PreRegAlloc = MRI->isSSA();
344 if (PreRegAlloc)
350 if (PreRegAlloc) {
375 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) {
382 if (!PreRegAlloc)
1300 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))
    [all...]
IfConversion.cpp 202 bool PreRegAlloc;
460 PreRegAlloc = MRI->isSSA();
463 if (!PreRegAlloc) {
MachineBlockPlacement.cpp 3355 bool PreRegAlloc = false;
3356 TailDup.initMF(MF, PreRegAlloc, MBPI, MBFI.get(), PSI,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TailDuplicator.h 48 bool PreRegAlloc;
64 /// @param PreRegAlloc - true if used before register allocation
71 void initMF(MachineFunction &MF, bool PreRegAlloc,

Completed in 27 milliseconds