Searched refs:visitLoad (Results 1 – 6 of 6) sorted by relevance
89 bool visitLoad(LoadInst &I);
179 return visitLoad(*cast<LoadInst>(&I), ChangedValues, SS); in ComputeInstructionState()315 void visitLoad(LoadInst &I, in visitLoad() function in __anon754f60900111::CVPLatticeFunc
95 bool UnrolledInstAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in UnrolledInstAnalyzer
259 bool visitLoad(LoadInst &I);1098 bool CallAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in CallAnalyzer
909 void visitLoad(const LoadInst &I);
3651 void SelectionDAGBuilder::visitLoad(const LoadInst &I) { in visitLoad() function in SelectionDAGBuilder