Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp452 bool reuniteExts(Function &F);
455 bool reuniteExts(Instruction *I);
1195 Changed |= reuniteExts(F); in run()
1224 bool SeparateConstOffsetFromGEP::reuniteExts(Instruction *I) { in reuniteExts() function in SeparateConstOffsetFromGEP
1274 bool SeparateConstOffsetFromGEP::reuniteExts(Function &F) { in reuniteExts() function in SeparateConstOffsetFromGEP
1281 Changed |= reuniteExts(&I); in reuniteExts()