Home
last modified time | relevance | path

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

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