Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp132 auto &LocOp = Var.second.first; in reduceDbgValsForwardScan() local
133 if (MI.modifiesRegister(LocOp->getReg(), TRI)) in reduceDbgValsForwardScan()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6507 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI() local
6508 if (!LocOp) in DbgGatherSalvagableDVI()
6511 if (!SE.isSCEVable(LocOp->getType())) in DbgGatherSalvagableDVI()
6514 const SCEV *S = SE.getSCEV(LocOp); in DbgGatherSalvagableDVI()
6530 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI() local
6531 NewRec->SCEVs.push_back(SE.getSCEV(LocOp)); in DbgGatherSalvagableDVI()
6532 NewRec->LocationOps.push_back(LocOp); in DbgGatherSalvagableDVI()