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

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 100 void ExitScopeIfDone(MachineDomTreeNode *Node,
605 /// ExitScopeIfDone - Destroy scope for the MBB that corresponds to the given
609 MachineCSE::ExitScopeIfDone(MachineDomTreeNode *Node,
656 ExitScopeIfDone(Node, OpenChildren);
MachineLICM.cpp 228 /// ExitScopeIfDone - Destroy scope for the MBB that corresponds to given
231 void ExitScopeIfDone(MachineDomTreeNode *Node,
666 /// ExitScopeIfDone - Destroy scope for the MBB that corresponds to the given
669 void MachineLICM::ExitScopeIfDone(MachineDomTreeNode *Node,
772 ExitScopeIfDone(Node, OpenChildren, ParentMap);
    [all...]

Completed in 101 milliseconds