Searched refs:SinkInsts (Results 1 – 2 of 2) sorted by relevance
1454 SmallVector<Instruction *, 4> &SinkInsts) const { in movePreheaderInsts()1456 assert(HoistInsts.size() + SinkInsts.size() == FC1.Preheader->size() - 1 && in movePreheaderInsts()1461 NumSunkInsts += SinkInsts.size(); in movePreheaderInsts()1468 if (!SinkInsts.empty()) in movePreheaderInsts()1470 for (Instruction *I : SinkInsts) in movePreheaderInsts()1480 for (Instruction *I : reverse(SinkInsts)) { in movePreheaderInsts()
313 SmallVector<Instruction *, 4> SinkInsts = in tryToCreateDiffCheck() local316 Type *DstTy = getLoadStoreType(SinkInsts[0]); in tryToCreateDiffCheck()