Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCContext.h358 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
DMCDwarf.h132 void setLine(unsigned line) { Line = line; } in setLine() function
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DDependenceAnalysis.h441 void setLine(const SCEV *A, const SCEV *B,
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DDependenceAnalysis.cpp360 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()