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.cpp135 auto &LocOp = Var.second.first; in reduceDbgValsForwardScan() local
136 if (MI.modifiesRegister(LocOp->getReg(), TRI)) in reduceDbgValsForwardScan()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6951 for (const auto LocOp : DbgValToTranslate->location_ops()) { in DbgGatherSalvagableDVI() local
6952 if (!LocOp) in DbgGatherSalvagableDVI()
6955 if (!SE.isSCEVable(LocOp->getType())) in DbgGatherSalvagableDVI()
6958 const SCEV *S = SE.getSCEV(LocOp); in DbgGatherSalvagableDVI()
6974 for (const auto LocOp : DbgVal->location_ops()) { in DbgGatherSalvagableDVI() local
6975 NewRec->SCEVs.push_back(SE.getSCEV(LocOp)); in DbgGatherSalvagableDVI()
6976 NewRec->LocationOps.push_back(LocOp); in DbgGatherSalvagableDVI()