Searched refs:hoistLoad (Results 1 – 1 of 1) sorted by relevance
145 bool hoistLoad(BasicBlock *BB, LoadInst *HoistCand, LoadInst *ElseInst);333 bool MergedLoadStoreMotion::hoistLoad(BasicBlock *BB, LoadInst *L0, in hoistLoad() function in MergedLoadStoreMotion381 bool Res = hoistLoad(BB, L0, L1); in mergeLoads()