HomeSort by relevance Sort by last modified time
    Searched refs:AntiDepBreaker (Results 1 - 12 of 12) 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();
CriticalAntiDepBreaker.h 19 #include "AntiDepBreaker.h"
32 class LLVM_LIBRARY_VISIBILITY CriticalAntiDepBreaker : public AntiDepBreaker {
AggressiveAntiDepBreaker.h 20 #include "AntiDepBreaker.h"
112 : public AntiDepBreaker {
PostRASchedulerList.cpp 22 #include "AntiDepBreaker.h"
77 AntiDepBreaker::~AntiDepBreaker() { }
129 AntiDepBreaker *AntiDepBreak;
143 /// the SlotIndex. It is only used by the AntiDepBreaker.
225 (AntiDepBreaker *)new AggressiveAntiDepBreaker(MF, RCI, CriticalPathRCs) :
227 (AntiDepBreaker *)new CriticalAntiDepBreaker(MF, RCI) : nullptr));
CriticalAntiDepBreaker.cpp 32 : AntiDepBreaker(), MF(MFi), MRI(MF.getRegInfo()),
AggressiveAntiDepBreaker.cpp 116 : AntiDepBreaker(), MF(MFi), MRI(MF.getRegInfo()),
    [all...]
  /external/swiftshader/third_party/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();
CriticalAntiDepBreaker.h 19 #include "AntiDepBreaker.h"
35 class CriticalAntiDepBreaker : public AntiDepBreaker {
AggressiveAntiDepBreaker.h 20 #include "AntiDepBreaker.h"
117 class AggressiveAntiDepBreaker : public AntiDepBreaker {
PostRASchedulerList.cpp 22 #include "AntiDepBreaker.h"
78 AntiDepBreaker::~AntiDepBreaker() { }
128 AntiDepBreaker *AntiDepBreak;
197 (AntiDepBreaker *)new AggressiveAntiDepBreaker(MF, RCI, CriticalPathRCs) :
199 (AntiDepBreaker *)new CriticalAntiDepBreaker(MF, RCI) : NULL));
CriticalAntiDepBreaker.cpp 31 AntiDepBreaker(), MF(MFi),
AggressiveAntiDepBreaker.cpp 120 AntiDepBreaker(), MF(MFi),
    [all...]

Completed in 365 milliseconds