Searched refs:MBFIWrapper (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchFolding.h | 37 class MBFIWrapper; 41 MBFIWrapper &FreqInfo, 137 class MBFIWrapper { 139 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function 156 MBFIWrapper &MBBFreqInfo;
|
D | BranchFolding.cpp | 129 BranchFolder::MBFIWrapper MBBFreqInfo( in runOnMachineFunction() 139 MBFIWrapper &FreqInfo, in BranchFolder() 551 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq() 560 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq() 566 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() 572 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() 577 void BranchFolder::MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() 582 BranchFolder::MBFIWrapper::getEntryFreq() const { in getEntryFreq()
|
D | MachineBlockPlacement.cpp | 346 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI; 2739 MBFI = llvm::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
|
D | IfConversion.cpp | 347 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 30 class MBFIWrapper; 33 MBFIWrapper &MBFI, 111 class MBFIWrapper { 113 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function 127 MBFIWrapper &MBBFreqInfo;
|
D | BranchFolding.cpp | 102 BranchFolder::MBFIWrapper MBBFreqInfo( in runOnMachineFunction() 112 MBFIWrapper &FreqInfo, in BranchFolder() 545 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq() 554 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq() 560 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq() 566 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()
|
D | MachineBlockPlacement.cpp | 251 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI; 1651 MBFI = llvm::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
|
D | IfConversion.cpp | 293 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
|