Searched refs:setLine (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCContext.h | 358 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
|
| D | MCDwarf.h | 132 void setLine(unsigned line) { Line = line; } in setLine() function
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | DependenceAnalysis.h | 441 void setLine(const SCEV *A, const SCEV *B,
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | DependenceAnalysis.cpp | 360 void DependenceAnalysis::Constraint::setLine(const SCEV *AA, in setLine() function in DependenceAnalysis::Constraint 1088 NewConstraint.setLine(Coeff, in strongSIVtest() 1165 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest() 1388 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest() 1600 NewConstraint.setLine(SE->getConstant(Delta->getType(), 0), in weakZeroSrcSIVtest() 1710 NewConstraint.setLine(SrcCoeff, SE->getConstant(Delta->getType(), 0), in weakZeroDstSIVtest()
|