LLVM 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::MachineBasicBlockComparator = function_ref< bool(const MachineBasicBlock &, const MachineBasicBlock &)> |
Functions | |
void | llvm::sortBasicBlocksAndUpdateBranches (MachineFunction &MF, MachineBasicBlockComparator MBBCmp) |
void | llvm::avoidZeroOffsetLandingPad (MachineFunction &MF) |
bool | llvm::hasInstrProfHashMismatch (MachineFunction &MF) |
This checks if the source of this function has drifted since this binary was profiled previously. | |
Variables | |
cl::opt< std::string > | llvm::BBSectionsColdTextPrefix |