Searched refs:visitStore (Results 1 – 4 of 4) sorted by relevance
185 return visitStore(*cast<StoreInst>(&I), ChangedValues, SS); in ComputeInstructionState()331 void visitStore(StoreInst &I, in visitStore() function in __anon754f60900111::CVPLatticeFunc
260 bool visitStore(StoreInst &I);1122 bool CallAnalyzer::visitStore(StoreInst &I) { in visitStore() function in CallAnalyzer
910 void visitStore(const StoreInst &I);
3835 void SelectionDAGBuilder::visitStore(const StoreInst &I) { in visitStore() function in SelectionDAGBuilder