Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1943 auto SafeToHoist = [](const SCEV *S) { in expand() local
1958 if (SafeToHoist(S)) { in expand()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2261 bool SafeToHoist = OrigLoop->isLoopInvariant(V) && in getBroadcastInstrs() local
2266 if (SafeToHoist) in getBroadcastInstrs()