Searched refs:AMDGPUAlwaysInline (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp32 class AMDGPUAlwaysInline : public ModulePass { class in namespace:__anon2066
40 AMDGPUAlwaysInline(bool GlobalOpt = false) : function in class:__anon2066::AMDGPUAlwaysInline
51 INITIALIZE_PASS(AMDGPUAlwaysInline, "amdgpu-always-inline",
54 char AMDGPUAlwaysInline::ID = 0;
56 void AMDGPUAlwaysInline::recursivelyVisitUsers(
87 bool AMDGPUAlwaysInline::runOnModule(Module &M) {
154 return new AMDGPUAlwaysInline(GlobalOpt);

Completed in 131 milliseconds