OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DominatorTreeBase
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/
MachineDominators.cpp
22
TEMPLATE_INSTANTIATION(class
DominatorTreeBase
<MachineBasicBlock>);
46
DT = new
DominatorTreeBase
<MachineBasicBlock>(false);
/external/llvm/include/llvm/Analysis/
DominatorInternals.h
34
unsigned DFSPass(
DominatorTreeBase
<typename GraphT::NodeType>& DT,
63
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &BBInfo =
95
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &SuccVInfo =
108
Eval(
DominatorTreeBase
<typename GraphT::NodeType>& DT,
110
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &VInInfo =
123
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &VInfo =
138
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &VAInfo =
151
void Calculate(
DominatorTreeBase
<typename GraphTraits<NodeT>::NodeType>& DT,
158
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &BBInfo =
193
typename
DominatorTreeBase
<typename GraphT::NodeType>::InfoRec &WInfo
[
all
...]
PostDominators.h
26
DominatorTreeBase
<BasicBlock>* DT;
30
DT = new
DominatorTreeBase
<BasicBlock>(true);
Dominators.h
59
template<class NodeT> class
DominatorTreeBase
;
70
template<class N> friend class
DominatorTreeBase
;
183
void Calculate(
DominatorTreeBase
<typename GraphTraits<N>::NodeType>& DT,
187
class
DominatorTreeBase
: public DominatorBase<NodeT> {
227
void Split(
DominatorTreeBase
<typename GraphT::NodeType>& DT,
288
explicit
DominatorTreeBase
(bool isPostDom)
290
virtual ~
DominatorTreeBase
() { reset(); }
294
bool compare(
DominatorTreeBase
&Other) const {
568
DominatorTreeBase
<typename GraphT::NodeType>& DT,
573
friend unsigned DFSPass(
DominatorTreeBase
<typename GraphT::NodeType>& DT
[
all
...]
LoopInfo.h
752
void Calculate(
DominatorTreeBase
<BlockT> &DT) {
761
LoopT *ConsiderForLoop(BlockT *BB,
DominatorTreeBase
<BlockT> &DT) {
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
27
inline void
DominatorTreeBase
<MachineBasicBlock>::addRoot(MachineBasicBlock* MBB) {
32
EXTERN_TEMPLATE_INSTANTIATION(class
DominatorTreeBase
<MachineBasicBlock>);
37
/// DominatorTree Class - Concrete subclass of
DominatorTreeBase
that is used to
43
DominatorTreeBase
<MachineBasicBlock>* DT;
49
DominatorTreeBase
<MachineBasicBlock>& getBase() { return *DT; }
/external/llvm/lib/VMCore/
Dominators.cpp
52
TEMPLATE_INSTANTIATION(class llvm::
DominatorTreeBase
<BasicBlock>);
Completed in 153 milliseconds