OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachineDominatorTree
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineDominators.cpp
40
char
MachineDominatorTree
::ID = 0;
42
INITIALIZE_PASS(
MachineDominatorTree
, "machinedomtree",
45
char &llvm::MachineDominatorsID =
MachineDominatorTree
::ID;
47
void
MachineDominatorTree
::getAnalysisUsage(AnalysisUsage &AU) const {
52
bool
MachineDominatorTree
::runOnMachineFunction(MachineFunction &F) {
57
void
MachineDominatorTree
::calculate(MachineFunction &F) {
64
MachineDominatorTree
::
MachineDominatorTree
()
69
void
MachineDominatorTree
::releaseMemory() {
74
void
MachineDominatorTree
::verifyAnalysis() const
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineDominators.h
45
class
MachineDominatorTree
: public MachineFunctionPass {
82
MachineDominatorTree
();
83
explicit
MachineDominatorTree
(MachineFunction &MF) : MachineFunctionPass(ID) {
272
template <> struct GraphTraits<
MachineDominatorTree
*>
274
static NodeRef getEntryNode(
MachineDominatorTree
*DT) {
Completed in 16 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026