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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 517 /// mapSrcLoop - Given one of the loops containing the source, return
519 unsigned mapSrcLoop(const Loop *SrcLoop) const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 742 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
876 Loops.set(mapSrcLoop(AddRec->getLoop()));
    [all...]

Completed in 46 milliseconds