Searched defs:AntiDepBreaker (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAntiDepBreaker.h1 //=- llvm/CodeGen/AntiDepBreaker.h - Anti-Dependence Breaking -*- C++ -*-=//
10 // This file implements the AntiDepBreaker class, which implements
30 class LLVM_LIBRARY_VISIBILITY AntiDepBreaker { class in namespace:llvm
35 virtual ~AntiDepBreaker();
H A DPostRASchedulerList.cpp23 #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 129 milliseconds