Home
last modified time | relevance | path

Searched defs:LoopInfoBase (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h52 template <class N, class M> class LoopInfoBase; variable
548 LoopInfoBase(LoopInfoBase &&Arg) LoopInfoBase() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp31 template class llvm::LoopInfoBase<MachineBasicBlock, MachineLoop>; member in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h403 friend class LoopInfoBase<BasicBlock, Loop>; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp45 template class llvm::LoopInfoBase<BasicBlock, Loop>; member in llvm