Home
last modified time | relevance | path

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

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