Home
last modified time | relevance | path

Searched refs:EdgeVal (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp223 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local
224 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1456 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1464 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1474 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1476 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14305 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local
14306 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
14307 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()
14311 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()
14324 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()