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

/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp119 bool visitAlloca(AllocaInst &I);
280 bool CallAnalyzer::visitAlloca(AllocaInst &I) { function in class:CallAnalyzer
293 return Base::visitAlloca(I);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h519 void visitAlloca(const AllocaInst &I);
H A DSelectionDAGBuilder.cpp3213 void SelectionDAGBuilder::visitAlloca(const AllocaInst &I) { function in class:SelectionDAGBuilder

Completed in 133 milliseconds