Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp562 bool isDone() const { return Strategy.shouldDoNothing(); } in isDone()
613 if (!VPStrat.shouldDoNothing()) in expandVectorPredication()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1484 bool shouldDoNothing() const { in shouldDoNothing() function