Home
last modified time | relevance | path

Searched refs:NVPTXLowerAlloca (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp44 class NVPTXLowerAlloca : public FunctionPass { class
49 NVPTXLowerAlloca() : FunctionPass(ID) {} in NVPTXLowerAlloca() function in __anon96bb68aa0111::NVPTXLowerAlloca
56 char NVPTXLowerAlloca::ID = 1;
58 INITIALIZE_PASS(NVPTXLowerAlloca, "nvptx-lower-alloca",
64 bool NVPTXLowerAlloca::runOnFunction(Function &F) { in runOnFunction()
116 return new NVPTXLowerAlloca(); in createNVPTXLowerAllocaPass()