OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HoistRegion
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LICM.cpp
121
///
HoistRegion
- Walk the specified region of the CFG (defined by all
127
void
HoistRegion
(DomTreeNode *N);
238
HoistRegion
(DT->getNode(L->getHeader()));
310
///
HoistRegion
- Walk the specified region of the CFG (defined by all blocks
315
void LICM::
HoistRegion
(DomTreeNode *N) {
351
HoistRegion
(Children[i]);
/external/llvm/lib/CodeGen/
MachineLICM.cpp
197
///
HoistRegion
- Walk the specified region of the CFG (defined by all
203
void
HoistRegion
(MachineDomTreeNode *N, bool IsHeader = false);
327
HoistRegion
(N, true);
548
///
HoistRegion
- Walk the specified region of the CFG (defined by all blocks
553
void MachineLICM::
HoistRegion
(MachineDomTreeNode *N, bool IsHeader) {
589
HoistRegion
(Children[I]);
[
all
...]
Completed in 684 milliseconds