Home
last modified time | relevance | path

Searched refs:setLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h83 void setLine(unsigned line) { Line = line; } in setLine() function
H A DMCDwarf.h158 void setLine(unsigned line) { Line = line; } in setLine() function
H A DMCContext.h767 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h478 LLVM_ABI void setLine(const SCEV *A, const SCEV *B, const SCEV *C,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp467 void DependenceInfo::Constraint::setLine(const SCEV *AA, const SCEV *BB, in setLine() function in DependenceInfo::Constraint
1326 NewConstraint.setLine(Coeff, in strongSIVtest()
1399 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest()
1601 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta, in exactSIVtest()
1796 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest()
1905 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp503 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()