Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h573 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1477 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function in __anonfb91178e0111::LoopVectorizationLegality
5488 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()