Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp586 bool isDone() const { return Strategy.shouldDoNothing(); } in isDone()
637 if (!VPStrat.shouldDoNothing()) in expandVectorPredication()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1542 bool shouldDoNothing() const { in shouldDoNothing() function