Home
last modified time | relevance | path

Searched defs:Liveness (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DLivenessAnalysis.h56 struct Liveness : public AbstractSparseLattice { struct
78 class LivenessAnalysis : public SparseBackwardDataFlowAnalysis<Liveness> { argument
[all...]
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp80 buildVRegToDbgValueMap(MachineFunction &MF, const LiveIntervals *Liveness) { in buildVRegToDbgValueMap() argument
131 const LiveIntervals *Liveness, in undefInvalidDbgValues() argument
235 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); runOnMachineFunction() local
/llvm-project/mlir/include/mlir/Analysis/
H A DLiveness.h153 friend class Liveness; variable
/llvm-project/offload/DeviceRTL/src/
H A DReduction.cpp53 uint32_t logical_lane_id = utils::popc(Liveness & lanemask_lt) * 2; in gpu_irregular_simd_reduce() local
120 __kmpc_impl_lanemask_t Liveness = mapping::activemask(); nvptx_parallel_reduce_nowait() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h73 enum Liveness { Live, MaybeLive }; enum
/llvm-project/mlir/lib/Analysis/
H A DLiveness.cpp161 Liveness::Liveness(Operation *op) : operation(op) { build(); } in Liveness() function in Liveness
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp933 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); pseudoOpConvertToVOP2() local
H A DSIFoldOperands.cpp378 auto Liveness = MBB->computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 16); updateOperand() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2418 GlobalVariable *Liveness = new GlobalVariable( InstrumentGlobalsMachO() local