Searched refs:setLine (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 82 void setLine(unsigned line) { Line = line; } in setLine() function
|
H A D | MCContext.h | 747 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
|
H A D | MCDwarf.h | 157 void setLine(unsigned line) { Line = line; } in setLine() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 462 /// setLine - Change a constraint to Line. 463 void setLine(const SCEV *A, const SCEV *B,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 448 void DependenceInfo::Constraint::setLine(const SCEV *AA, const SCEV *BB, in setLine() function in DependenceInfo::Constraint 1307 NewConstraint.setLine(Coeff, in strongSIVtest() 1380 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest() 1582 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta, in exactSIVtest() 1777 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest() 1886 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 515 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
|