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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 521 /// mapDstLoop - Given one of the loops containing the destination,
523 unsigned mapDstLoop(const Loop *DstLoop) const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 749 unsigned DependenceAnalysis::mapDstLoop(const Loop *DstLoop) const {
902 Loops.set(mapDstLoop(AddRec->getLoop()));
    [all...]

Completed in 1080 milliseconds