HomeSort by relevance Sort by last modified time
    Searched refs:BECount (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 79 bool runOnLoopBlock(BasicBlock *BB, const SCEV *BECount,
82 bool processLoopStore(StoreInst *SI, const SCEV *BECount);
83 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
89 const SCEV *BECount);
93 const SCEV *BECount);
185 const SCEV *BECount = SE->getBackedgeTakenCount(L);
186 if (isa<SCEVCouldNotCompute>(BECount)) return false;
190 if (const SCEVConstant *BECst = dyn_cast<SCEVConstant>(BECount))
217 MadeChange |= runOnLoopBlock(*BI, BECount, ExitBlocks);
225 bool LoopIdiomRecognize::runOnLoopBlock(BasicBlock *BB, const SCEV *BECount,
    [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 52 milliseconds