HomeSort by relevance Sort by last modified time
    Searched defs:PredCache (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 328 std::unique_ptr<PredIteratorCache> PredCache;
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 688 PredIteratorCache &PredCache;
702 I->getType(), PredCache.GetNumPreds(BB),
704 for (BasicBlock **PI = PredCache.GetPreds(BB); *PI; ++PI)
719 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
    [all...]

Completed in 147 milliseconds