Searched defs:visitStore (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ | ||
H A D | CalledValuePropagation.cpp | 328 void visitStore(StoreInst &I, in visitStore() function in __anon5039a2760111::CVPLatticeFunc |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 1739 bool CallAnalyzer::visitStore(StoreInst &I) { in visitStore() function in CallAnalyzer |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.cpp | 4211 void SelectionDAGBuilder::visitStore(const StoreInst &I) { in visitStore() function in SelectionDAGBuilder |