Home
last modified time | relevance | path

Searched defs:canAnalyze (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp499 bool canAnalyze() const { return !CannotAnalyze; } in canAnalyze() function in llvm::__anon5cdc869e0311::SCEVAddRecForUniformityRewriter
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp61 bool HardwareLoopInfo::canAnalyze(LoopInfo &LI) { in canAnalyze() function in HardwareLoopInfo