Searched defs:Liveness (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h74 enum Liveness { Live, MaybeLive }; enum in class:llvm::DeadArgumentEliminationPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp89 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h33 struct Liveness { struct in namespace:llvm::rdf
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) function in struct:llvm::rdf::Liveness
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp916 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); local
H A DSIFoldOperands.cpp242 auto Liveness = MBB->computeRegisterLiveness(&TRI, AMDGPU::VCC, MI, 16); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2147 GlobalVariable *Liveness = new GlobalVariable( local

Completed in 122 milliseconds