| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/CodeGen/XRayInstrumentation.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionAnalysis.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineLoopInfo.h"#include "llvm/CodeGen/MachinePassManager.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/IR/Function.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/Target/TargetMachine.h"#include "llvm/TargetParser/Triple.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS_BEGIN (XRayInstrumentationLegacy, "xray-instrumentation", "Insert XRay ops", false, false) INITIALIZE_PASS_END(XRayInstrumentationLegacy | |
Variables | |
| xray | instrumentation | 
| xray Insert XRay | ops | 
| xray Insert XRay | false | 
| INITIALIZE_PASS_BEGIN | ( | XRayInstrumentationLegacy | , | 
| "xray-instrumentation" | , | ||
| "Insert XRay ops" | , | ||
| false | , | ||
| false | ) | 
References INITIALIZE_PASS_DEPENDENCY.
| xray Insert XRay false | 
Definition at line 335 of file XRayInstrumentation.cpp.
| xray instrumentation | 
Definition at line 334 of file XRayInstrumentation.cpp.
| xray Insert XRay ops | 
Definition at line 335 of file XRayInstrumentation.cpp.
Referenced by llvm::ConstantExpr::DECLARE_TRANSPARENT_OPERAND_ACCESSORS().