Home
last modified time | relevance | path

Searched defs:LSRWithInstrQueries (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h82 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h314 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
H A DTargetTransformInfo.h2134 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp477 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo