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
18 #include "AggressiveAntiDepBreaker.h"
115 AggressiveAntiDepBreaker::
116 AggressiveAntiDepBreaker(MachineFunction& MFi,
142 AggressiveAntiDepBreaker::~AggressiveAntiDepBreaker() {
146 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
184 void AggressiveAntiDepBreaker::FinishBlock() {
189 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 25 milliseconds