Searched refs:mf_ (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp107 mf_->DeleteMachineInstr(MI);
114 mf_ = &fn;
115 mri_ = &mf_->getRegInfo();
145 mf_->print(OS, indexes_);
375 MachineBasicBlock *aliveBlock = mf_->getBlockNumbered(*I);
675 << ((Value*)mf_->getFunction())->getName() << '\n');
678 for (MachineFunction::iterator MBBI = mf_->begin(), E = mf_->end();
1115 if (isSS && !mf_->getFrameInfo()->isImmutableObjectIndex(Slot))
1453 if (MachineInstr *NewDV = tii_->emitFrameIndexDebugValue(*mf_, F
[all...]
H A DRegAllocLinearScan.cpp136 MachineFunction* mf_; member in struct:__anon18555::RALinScan
507 mf_ = &fn;
533 spiller_.reset(createSpiller(*this, *mf_, *vrm_));
540 rewriter_->runOnMachineFunction(*mf_, *vrm_, li_);
592 << mf_->getFunction()->getName() << '\n';
643 MachineFunction::iterator EntryMBB = mf_->begin();
1435 Order = tri_->getRawAllocationOrder(RC, Hint.first, physReg, *mf_);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h47 MachineFunction* mf_; member in class:llvm::LiveIntervals

Completed in 103 milliseconds