HomeSort by relevance Sort by last modified time
    Searched refs:Downward (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 68 m_pMove = &InputTree::Downward;
105 m_pMove = &InputTree::Downward;
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 14 InputTree::Includer InputTree::Downward;
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 90 m_pTestee->enterGroup(node, InputTree::Downward);
120 m_pTestee->enterGroup(node, InputTree::Downward);
136 m_pTestee->enterGroup(node, InputTree::Downward);
  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 118 m_pMove = &InputTree::Downward;
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 110 &InputTree::Downward);
397 // itself, and set the direction to Downward
400 &InputTree::Downward);
421 &InputTree::Downward);
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 420 bool Downward;
423 : Blocks(blocks), Loops(loops), Downward(false) {}
440 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
446 if ((LB.Downward ? To : From) == FromLoop->getHeader())
468 Bounds.Downward = false;
488 Bounds.Downward = true;
    [all...]
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 270 * \brief class Includer moves the iterator downward.
284 static Includer Downward;

Completed in 1171 milliseconds