Home
last modified time | relevance | path

Searched defs:ECValue (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h74 ECValue(const ElemTy &Elt) in ECValue() function
93 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), in ECValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp542 Value *ECValue = SCEVE.expandCodeFor(ExitCount, CountType, in convertToCTRLoop() local