Searched refs:visitStore (Results 1 – 4 of 4) sorted by relevance
186 return visitStore(*cast<StoreInst>(&I), ChangedValues, SS); in ComputeInstructionState()332 void visitStore(StoreInst &I, in visitStore() function in __anonb0cc96550111::CVPLatticeFunc
742 void visitStore(const StoreInst &I);
4224 void SelectionDAGBuilder::visitStore(const StoreInst &I) { in visitStore() function in SelectionDAGBuilder
325 bool visitStore(StoreInst &I);1403 bool CallAnalyzer::visitStore(StoreInst &I) { in visitStore() function in CallAnalyzer