Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp222 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local
223 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp103 uint64_t EdgeVal = *Count > KnownSum ? *Count - KnownSum : 0U; in setSingleUnknownEdgeCount() local
119 E->Count = EdgeVal; in setSingleUnknownEdgeCount()
H A DLazyValueInfo.cpp1541 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1549 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1559 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1561 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22123 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local
22124 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
22125 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()
22137 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()