Home
last modified time | relevance | path

Searched refs:PrevExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4316 SmallVectorImpl<uint8_t> *PrevExpr = nullptr; in translateInputToOutputLocationList() local
4352 if (StartAddress == PrevEndAddress && Entry.Expr == *PrevExpr) { in translateInputToOutputLocationList()
4359 PrevExpr = &OutputLL.back().Expr; in translateInputToOutputLocationList()
4374 PrevExpr = nullptr; in translateInputToOutputLocationList()
4376 if (Entry.LowPC <= PrevEndAddress && *PrevExpr == Entry.Expr) { in translateInputToOutputLocationList()
4384 PrevExpr = &MergedLL.back().Expr; in translateInputToOutputLocationList()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2981 const SCEV *PrevExpr = SE.getSCEV(PrevIV); in ChainInstruction() local
2982 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()