Home
last modified time | relevance | path

Searched defs:getNumLoads (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h330 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h546 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp113 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anon24fd12780111::MemCmpExpansion