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
30 class LLVM_LIBRARY_VISIBILITY AntiDepBreaker {
35 virtual ~AntiDepBreaker();
PostRASchedulerList.cpp 23 #include "AntiDepBreaker.h"
77 AntiDepBreaker::~AntiDepBreaker() { }
123 AntiDepBreaker *AntiDepBreak;
134 /// the SlotIndex. It is only used by the AntiDepBreaker.
212 (AntiDepBreaker *)new AggressiveAntiDepBreaker(MF, RCI, CriticalPathRCs) :
214 (AntiDepBreaker *)new CriticalAntiDepBreaker(MF, RCI) : nullptr));

Completed in 70 milliseconds