HomeSort by: relevance | last modified time | path
    Searched refs:SafeToHoist (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1929 auto SafeToHoist = [](const SCEV *S) {
1944 if (SafeToHoist(S)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 2242 bool SafeToHoist = OrigLoop->isLoopInvariant(V) &&
2247 if (SafeToHoist)

Completed in 41 milliseconds