|
LLVM
8.0.1
|
#include "llvm/Analysis/IntervalPartition.h"#include "llvm/Analysis/Interval.h"#include "llvm/Analysis/IntervalIterator.h"#include "llvm/Pass.h"#include <cassert>#include <utility>
Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (IntervalPartition, "intervals", "Interval Partition Construction", true, true) void IntervalPartition | |
| INITIALIZE_PASS | ( | IntervalPartition | , |
| "intervals" | , | ||
| "Interval Partition Construction" | , | ||
| true | , | ||
| true | |||
| ) |
Definition at line 26 of file IntervalPartition.cpp.
References llvm::IntervalMap< KeyT, ValT, N, Traits >::clear().
1.8.13