Home
last modified time | relevance | path

Searched refs:NewlyMovedExts (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5796 SmallVector<Instruction *, 2> NewlyMovedExts; in tryToPromoteExts() local
5797 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()
5799 for (auto *ExtInst : NewlyMovedExts) { in tryToPromoteExts()