Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1363 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1371 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1381 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1383 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7369 Value *EdgeVal = TreeN->getOperand(EdgeToVisit); in matchAssociativeReduction() local
7370 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()
7374 markExtraArg(Stack.back(), EdgeVal); in matchAssociativeReduction()