Searched refs:NewlyMovedExts (Results 1 – 1 of 1) sorted by relevance
6542 SmallVector<Instruction *, 2> NewlyMovedExts; in tryToPromoteExts() local6543 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()6545 for (auto *ExtInst : NewlyMovedExts) { in tryToPromoteExts()