Searched refs:PredIteratorCache (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DPredIteratorCache.h1 //===- PredIteratorCache.h - pred_iterator Cache ----------------*- C++ -*-===//
10 // This file defines the PredIteratorCache class.
25 /// PredIteratorCache - This class is an extremely trivial cache for
28 class PredIteratorCache { class in namespace:llvm
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h33 class PredIteratorCache;
363 /// insertion point vector, PredIteratorCache, LoopInfo, DominatorTree, Loop,
368 PredIteratorCache &, LoopInfo *,
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h22 #include "llvm/IR/PredIteratorCache.h"
33 class PredIteratorCache;
333 PredIteratorCache PredCache;
395 /// invalidateCachedPredecessors - Clear the PredIteratorCache info.
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp42 #include "llvm/IR/PredIteratorCache.h"
66 PredIteratorCache &PredCache, LoopInfo *LI) {
230 PredIteratorCache PredCache;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp55 #include "llvm/IR/PredIteratorCache.h"
259 PredIteratorCache PIC;
796 PredIteratorCache &PredCache;
824 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
877 PredIteratorCache &PIC, LoopInfo *LI,

Completed in 161 milliseconds