Searched refs:visitLoad (Results 1 – 6 of 6) sorted by relevance
85 bool visitLoad(LoadInst &I);
177 return visitLoad(*cast<LoadInst>(&I), ChangedValues, SS); in ComputeInstructionState()312 void visitLoad(LoadInst &I, in visitLoad() function in __anon771e2f7f0111::CVPLatticeFunc
99 bool UnrolledInstAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in UnrolledInstAnalyzer
401 bool visitLoad(LoadInst &I);1941 bool CallAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in CallAnalyzer
736 void visitLoad(const LoadInst &I);
4035 void SelectionDAGBuilder::visitLoad(const LoadInst &I) { in visitLoad() function in SelectionDAGBuilder