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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp428 bool reuniteExts(Function &F);
431 bool reuniteExts(Instruction *I);
1135 Changed |= reuniteExts(F);
1163 bool SeparateConstOffsetFromGEP::reuniteExts(Instruction *I) { function in class:SeparateConstOffsetFromGEP
1199 bool SeparateConstOffsetFromGEP::reuniteExts(Function &F) { function in class:SeparateConstOffsetFromGEP
1206 Changed |= reuniteExts(Cur);

Completed in 95 milliseconds