Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1809 auto SafeToHoist = [](const SCEV *S) { in expand() local
1824 if (SafeToHoist(S)) { in expand()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2251 bool SafeToHoist = OrigLoop->isLoopInvariant(V) && in getBroadcastInstrs() local
2256 if (SafeToHoist) in getBroadcastInstrs()