OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoopBase
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
MachineLoopInfo.cpp
25
template class llvm::
LoopBase
<MachineBasicBlock, MachineLoop>;
/external/llvm/include/llvm/Analysis/
LoopInfo.h
57
template<class N, class M> class
LoopBase
;
60
///
LoopBase
class - Instances of this class are used to represent loops that
64
class
LoopBase
{
72
LoopBase
(const
LoopBase
<BlockT, LoopT> &) LLVM_DELETED_FUNCTION;
73
const
LoopBase
<BlockT, LoopT>&
74
operator=(const
LoopBase
<BlockT, LoopT> &) LLVM_DELETED_FUNCTION;
77
LoopBase
() : ParentLoop(0) {}
78
~
LoopBase
() {
308
explicit
LoopBase
(BlockT *BB) : ParentLoop(0)
[
all
...]
/external/llvm/lib/Analysis/
LoopInfo.cpp
35
template class llvm::
LoopBase
<BasicBlock, Loop>;
Completed in 179 milliseconds