Home
last modified time | relevance | path

Searched defs:visitStore (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp328 void visitStore(StoreInst &I, in visitStore() function in __anon5039a2760111::CVPLatticeFunc
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1739 bool CallAnalyzer::visitStore(StoreInst &I) { in visitStore() function in CallAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4211 void SelectionDAGBuilder::visitStore(const StoreInst &I) { in visitStore() function in SelectionDAGBuilder