Searched refs:visitLoad (Results 1 – 6 of 6) sorted by relevance
88 bool visitLoad(LoadInst &I);
178 return visitLoad(*cast<LoadInst>(&I), ChangedValues, SS); in ComputeInstructionState()313 void visitLoad(LoadInst &I, in visitLoad() function in __anona80865c10111::CVPLatticeFunc
102 bool UnrolledInstAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in UnrolledInstAnalyzer
479 bool visitLoad(LoadInst &I);2166 bool CallAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in CallAnalyzer
586 void visitLoad(const LoadInst &I);
4309 void SelectionDAGBuilder::visitLoad(const LoadInst &I) { in visitLoad() function in SelectionDAGBuilder