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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 75 void setLine(unsigned line) { Line = line; }
MCContext.h 733 CurrentDwarfLoc.setLine(Line);
MCDwarf.h 128 void setLine(unsigned line) { Line = line; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 441 /// setLine - Change a constraint to Line.
442 void setLine(const SCEV *A, const SCEV *B,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 383 void DependenceInfo::Constraint::setLine(const SCEV *AA, const SCEV *BB,
1222 NewConstraint.setLine(Coeff,
1295 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop);
1497 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta,
1692 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta,
1801 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 501 StartLoc.setLine(Frag.StartLineNum);

Completed in 71 milliseconds