Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h735 void visitAlloca(const AllocaInst &I);
H A DSelectionDAGBuilder.cpp3980 void SelectionDAGBuilder::visitAlloca(const AllocaInst &I) { in visitAlloca() function in SelectionDAGBuilder
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp386 bool visitAlloca(AllocaInst &I);
1041 bool CallAnalyzer::visitAlloca(AllocaInst &I) { in visitAlloca() function in CallAnalyzer