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

  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 1 //=- llvm/CodeGen/AntiDepBreaker.h - Anti-Dependence Breaking -*- C++ -*-=//
10 // This file implements the AntiDepBreaker class, which implements
28 /// AntiDepBreaker - This class works into conjunction with the
31 class AntiDepBreaker {
36 virtual ~AntiDepBreaker();
PostRASchedulerList.cpp 22 #include "AntiDepBreaker.h"
77 AntiDepBreaker::~AntiDepBreaker() { }
122 AntiDepBreaker *AntiDepBreak;
211 (AntiDepBreaker *)new AggressiveAntiDepBreaker(MF, RCI, CriticalPathRCs) :
213 (AntiDepBreaker *)new CriticalAntiDepBreaker(MF, RCI) : NULL));

Completed in 164 milliseconds