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 114 m_pMove = &InputTree::Downward;
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 113 &InputTree::Downward);
417 // itself, and set the direction to Downward
420 &InputTree::Downward);
446 &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 266 * \brief class Includer moves the iterator downward.
280 static Includer Downward;

Completed in 488 milliseconds