Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp335 bool isDone() const { return Strategy.shouldDoNothing(); } in isDone()
386 if (!VPStrat.shouldDoNothing()) in expandVectorPredication()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1405 bool shouldDoNothing() const { in shouldDoNothing() function