Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp903 SmallSetVector<Constant *, 1> RepValues; in OptimizeGlobalAddressOfAllocation() local
904 RepValues.insert(NewGV); in OptimizeGlobalAddressOfAllocation()
937 RepValues.insert(CE); in OptimizeGlobalAddressOfAllocation()
984 for (auto *CE : RepValues) in OptimizeGlobalAddressOfAllocation()