Home
last modified time | relevance | path

Searched refs:MachineLateInstrsCleanup (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp41 class MachineLateInstrsCleanup : public MachineFunctionPass { class
56 MachineLateInstrsCleanup() : MachineFunctionPass(ID) { in MachineLateInstrsCleanup() function in __anon2f56fbb10111::MachineLateInstrsCleanup
75 char MachineLateInstrsCleanup::ID = 0;
77 char &llvm::MachineLateInstrsCleanupID = MachineLateInstrsCleanup::ID;
79 INITIALIZE_PASS(MachineLateInstrsCleanup, DEBUG_TYPE,
82 bool MachineLateInstrsCleanup::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
173 bool MachineLateInstrsCleanup::processBlock(MachineBasicBlock *MBB) { in processBlock()
H A DCMakeLists.txt123 MachineLateInstrsCleanup.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile106 MachineLateInstrsCleanup.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn134 "MachineLateInstrsCleanup.cpp",