Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1465 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1473 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1483 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1485 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16994 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local
16995 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
16996 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()
17000 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()
17013 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()