Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1028 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() argument
1030 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer()
1036 if (ExprL == &OldL) { in visitAddRecExpr()
1041 if (OldL.contains(ExprL)) { in visitAddRecExpr()
1059 const Loop &OldL, &NewL; member in __anon483a06210111::LoopFuser::AddRecLoopReplacer
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp456 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local
459 (OldL << 1) | // New G bit in getSetCCSwappedOperands()