Home
last modified time | relevance | path

Searched refs:canAnalyze (Results 1 – 6 of 6) 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::__anonda6b99660311::SCEVAddRecForUniformityRewriter
560 if (Rewriter.canAnalyze()) in rewrite()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp317 if (!HWLoopInfo.canAnalyze(LI)) { in TryConvertLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp913 if (!HWLoopInfo.canAnalyze(*LI)) in canSaveCmp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp60 bool HardwareLoopInfo::canAnalyze(LoopInfo &LI) { in canAnalyze() function in HardwareLoopInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h117 bool canAnalyze(LoopInfo &LI);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2392 if (!HWLoopInfo.canAnalyze(*LI)) { in preferPredicateOverEpilogue()