Searched refs:findFirstLoad (Results 1 – 1 of 1) sorted by relevance
95 LoadInst *findFirstLoad(const std::set<LoadInst *> &LIs);1103 InterleavedLoadCombineImpl::findFirstLoad(const std::set<LoadInst *> &LIs) { in findFirstLoad() function in InterleavedLoadCombineImpl1182 LoadInst *First = findFirstLoad(LIs); in combine()