OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
24
#include "
AntiDepBreaker
.h"
78
AntiDepBreaker
::~
AntiDepBreaker
() { }
119
AntiDepBreaker
*AntiDepBreak;
212
(
AntiDepBreaker
*)new AggressiveAntiDepBreaker(MF, RCI, CriticalPathRCs) :
214
(
AntiDepBreaker
*)new CriticalAntiDepBreaker(MF, RCI) : NULL));
Completed in 27 milliseconds