Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp758 bool isDone() const { return Strategy.shouldDoNothing(); } in isDone()
809 if (!VPStrat.shouldDoNothing()) in expandVectorPredication()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1709 bool shouldDoNothing() const { in shouldDoNothing() function