LLVM 19.0.0git
Functions
WebAssemblyDebugValueManager.cpp File Reference

This file implements the manager for MachineInstr DebugValues. More...

#include "WebAssemblyDebugValueManager.h"
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssembly.h"
#include "WebAssemblyMachineFunctionInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/Function.h"

Go to the source code of this file.

Functions

static bool isSameScalarConst (const MachineInstr *A, const MachineInstr *B)
 
static bool hasSameDebugLoc (const MachineBasicBlock *MBB, DebugLoc DL)
 

Detailed Description

This file implements the manager for MachineInstr DebugValues.

Definition in file WebAssemblyDebugValueManager.cpp.

Function Documentation

◆ hasSameDebugLoc()

static bool hasSameDebugLoc ( const MachineBasicBlock MBB,
DebugLoc  DL 
)
static

◆ isSameScalarConst()

static bool isSameScalarConst ( const MachineInstr A,
const MachineInstr B 
)
static