Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp132 auto &LocOp = Var.second.first; in reduceDbgValsForwardScan() local
133 if (MI.modifiesRegister(LocOp->getReg(), TRI)) in reduceDbgValsForwardScan()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6986 for (const auto LocOp : DbgValToTranslate->location_ops()) { in DbgGatherSalvagableDVI() local
6987 if (!LocOp) in DbgGatherSalvagableDVI()
6990 if (!SE.isSCEVable(LocOp->getType())) in DbgGatherSalvagableDVI()
6993 const SCEV *S = SE.getSCEV(LocOp); in DbgGatherSalvagableDVI()
7009 for (const auto LocOp : DbgVal->location_ops()) { in DbgGatherSalvagableDVI() local
7010 NewRec->SCEVs.push_back(SE.getSCEV(LocOp)); in DbgGatherSalvagableDVI()
7011 NewRec->LocationOps.push_back(LocOp); in DbgGatherSalvagableDVI()