Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp43 void visitAlloca(AllocaInst &I);
278 void AMDGPUPromoteAlloca::visitAlloca(AllocaInst &I) { in visitAlloca() function in AMDGPUPromoteAlloca
/external/llvm/lib/Analysis/
DInlineCost.cpp138 bool visitAlloca(AllocaInst &I);
291 bool CallAnalyzer::visitAlloca(AllocaInst &I) { in visitAlloca() function in CallAnalyzer
300 return Base::visitAlloca(I); in visitAlloca()
313 return Base::visitAlloca(I); in visitAlloca()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h821 void visitAlloca(const AllocaInst &I);
DSelectionDAGBuilder.cpp3062 void SelectionDAGBuilder::visitAlloca(const AllocaInst &I) { in visitAlloca() function in SelectionDAGBuilder