Searched defs:ExitCount (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp472 const SCEV *ExitCount = nullptr; local
528 ExitCount = EC;
556 if (!ExitCount->getType()->isPointerTy() &&
557 ExitCount->getType() != CountType)
558 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);
559 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType));
561 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator());
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp434 Counter ExitCount = getRegion().getCounter(); local
436 return ExitCount;
771 Counter ExitCount = getRegionCounter(S); local
772 pushRegion(ExitCount);
829 Counter ExitCount = getRegionCounter(S); local
830 pushRegion(ExitCount);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2666 const SCEV *ExitCount = SE->getAddExpr( local
2676 TripCount = Exp.expandCodeFor(ExitCount, ExitCount->getType(),
4113 const SCEV *ExitCount = PSE.getSE()->getBackedgeTakenCount(TheLoop); local
4114 if (ExitCount == PSE.getSE()->getCouldNotCompute()) {

Completed in 115 milliseconds