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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp394 bool reuniteExts(Function &F);
396 bool reuniteExts(Instruction *I);
1086 Changed |= reuniteExts(F);
1114 bool SeparateConstOffsetFromGEP::reuniteExts(Instruction *I) { function in class:SeparateConstOffsetFromGEP
1150 bool SeparateConstOffsetFromGEP::reuniteExts(Function &F) { function in class:SeparateConstOffsetFromGEP
1158 Changed |= reuniteExts(Cur);

Completed in 67 milliseconds