Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1235 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() argument
1237 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer()
1243 if (ExprL == &OldL) { in visitAddRecExpr()
1248 if (OldL.contains(ExprL)) { in visitAddRecExpr()
1266 const Loop &OldL, &NewL; member in __anond06fd9000111::LoopFuser::AddRecLoopReplacer
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp583 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local
586 (OldL << 1) | // New G bit in getSetCCSwappedOperands()