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