Searched refs:setLine (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 76 void setLine(unsigned line) { Line = line; } in setLine() function
|
| H A D | MCDwarf.h | 120 void setLine(unsigned line) { Line = line; } in setLine() function
|
| H A D | MCContext.h | 577 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 438 void setLine(const SCEV *A, const SCEV *B,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 370 void DependenceInfo::Constraint::setLine(const SCEV *AA, const SCEV *BB, in setLine() function in DependenceInfo::Constraint 1216 NewConstraint.setLine(Coeff, in strongSIVtest() 1289 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest() 1502 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest() 1713 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest() 1822 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 502 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
|