Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp394 bool reuniteExts(Function &F);
396 bool reuniteExts(Instruction *I);
1086 Changed |= reuniteExts(F); in runOnFunction()
1114 bool SeparateConstOffsetFromGEP::reuniteExts(Instruction *I) { in reuniteExts() function in SeparateConstOffsetFromGEP
1150 bool SeparateConstOffsetFromGEP::reuniteExts(Function &F) { in reuniteExts() function in SeparateConstOffsetFromGEP
1158 Changed |= reuniteExts(Cur); in reuniteExts()