|
LLVM 24.0.0git
|
#include "BPF.h"#include "BPFRegisterInfo.h"#include "BPFTargetMachine.h"#include "llvm/CodeGen/MachineFunctionAnalysisManager.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/IR/Analysis.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "bpf-mi-checking" |
Functions | |
| static void | processAtomicInsts (MachineFunction &MF) |
| #define DEBUG_TYPE "bpf-mi-checking" |
Definition at line 28 of file BPFMIChecking.cpp.
|
static |
Definition at line 134 of file BPFMIChecking.cpp.
References llvm::dbgs(), DL, F, llvm::MachineFunction::getFunction(), llvm::BPFSubtarget::getHasJmp32(), llvm::MachineFunction::getSubtarget(), LLVM_DEBUG, MBB, MI, and TRI.
Referenced by llvm::BPFMIPreEmitCheckingPass::run().