HomeSort by relevance Sort by last modified time
    Searched defs:AggressiveAntiDepBreaker (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 1 //===----- AggressiveAntiDepBreaker.cpp - Anti-dep breaker ----------------===//
10 // This file implements the AggressiveAntiDepBreaker class, which
17 #include "AggressiveAntiDepBreaker.h"
116 AggressiveAntiDepBreaker::
117 AggressiveAntiDepBreaker(MachineFunction& MFi,
143 AggressiveAntiDepBreaker::~AggressiveAntiDepBreaker() {
147 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
185 void AggressiveAntiDepBreaker::FinishBlock() {
190 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count
    [all...]
AggressiveAntiDepBreaker.h 1 //=- llvm/CodeGen/AggressiveAntiDepBreaker.h - Anti-Dep Support -*- C++ -*-=//
10 // This file implements the AggressiveAntiDepBreaker class, which
116 /// Class AggressiveAntiDepBreaker
117 class AggressiveAntiDepBreaker : public AntiDepBreaker {
133 AggressiveAntiDepBreaker(MachineFunction& MFi,
136 ~AggressiveAntiDepBreaker();

Completed in 182 milliseconds