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

/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp83 bool combineLoads(DenseMap<const Value *, SmallVector<LoadPOPPair, 8>> &);
85 bool combineLoads(SmallVectorImpl<LoadPOPPair> &);
119 bool LoadCombine::combineLoads( function in class:LoadCombine
162 if (combineLoads(AggregateLoads))
177 if (combineLoads(AggregateLoads))
183 bool LoadCombine::combineLoads(SmallVectorImpl<LoadPOPPair> &Loads) { function in class:LoadCombine
252 if (combineLoads(LoadMap))
270 if (combineLoads(LoadMap))

Completed in 99 milliseconds