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.cpp454 bool reuniteExts(Function &F);
457 bool reuniteExts(Instruction *I);
1256 Changed |= reuniteExts(F); in run()
1285 bool SeparateConstOffsetFromGEP::reuniteExts(Instruction *I) { in reuniteExts() function in SeparateConstOffsetFromGEP
1335 bool SeparateConstOffsetFromGEP::reuniteExts(Function &F) { in reuniteExts() function in SeparateConstOffsetFromGEP
1342 Changed |= reuniteExts(&I); in reuniteExts()