HomeSort by relevance Sort by last modified time
    Searched refs:RelevantLoops (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 52 DenseMap<const SCEV *, const Loop *> RelevantLoops;
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 595 RelevantLoops.insert(std::make_pair(S, nullptr));
615 return RelevantLoops[N] = L;
619 return RelevantLoops[C] = Result;
626 return RelevantLoops[D] = Result;
    [all...]

Completed in 925 milliseconds