Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp224 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local
225 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1392 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1400 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1410 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1412 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10869 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local
10870 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
10871 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()
10875 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()
10884 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()