Searched defs:visitStore (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | MemoryOpRemark.cpp | 169 void MemoryOpRemark::visitStore(const StoreInst &SI) { in visitStore() function in MemoryOpRemark |
/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | CalledValuePropagation.cpp | 330 void visitStore(StoreInst &I, visitStore() function in __anonca6fa95e0111::CVPLatticeFunc |
/llvm-project/llvm/unittests/Analysis/ | ||
H A D | SparsePropagation.cpp | 201 void visitStore(StoreInst &I, visitStore() function in __anon6c64d6440211::TestLatticeFunc |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 2191 bool CallAnalyzer::visitStore(StoreInst &I) { visitStore() function in CallAnalyzer |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.cpp | 4679 void SelectionDAGBuilder::visitStore(const StoreInst &I) { visitStore() function in SelectionDAGBuilder |