HomeSort by relevance Sort by last modified time
    Searched full:processcmp (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 42 bool processCmp(CmpInst *C);
157 /// processCmp - If the value of this comparison could be determined locally,
162 bool CorrelatedValuePropagation::processCmp(CmpInst *C) {
301 BBChanged |= processCmp(cast<CmpInst>(II));

Completed in 479 milliseconds