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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 526 unsigned mapDstLoop(const Loop *DstLoop) const;
740 const Loop *DstLoop,
757 const Loop *DstLoop) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
741 const Loop *DstLoop,
758 const Loop *DstLoop) const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 714 const Loop *DstLoop = LI->getLoopFor(DstBlock);
722 DstLoop = DstLoop->getParentLoop();
725 while (SrcLoop != DstLoop) {
727 DstLoop = DstLoop->getParentLoop();
744 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const {
745 unsigned D = DstLoop->getLoopDepth();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 729 const Loop *DstLoop = LI->getLoopFor(DstBlock);
737 DstLoop = DstLoop->getParentLoop();
740 while (SrcLoop != DstLoop) {
742 DstLoop = DstLoop->getParentLoop();
759 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const {
760 unsigned D = DstLoop->getLoopDepth();
    [all...]

Completed in 482 milliseconds