Home
last modified time | relevance | path

Searched defs:allocaInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp47 AllocaInst *allocaInst = dyn_cast<AllocaInst>(BI++); in runOnFunction() local
H A DNVPTXLowerAlloca.cpp71 if (auto allocaInst = dyn_cast<AllocaInst>(&I)) { in runOnFunction() local