HomeSort by relevance Sort by last modified time
    Searched defs:ExitScope (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 97 void ExitScope(MachineBasicBlock *MBB);
426 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
607 ExitScope(Node->getBlock());
614 ExitScope(Parent->getBlock());
MachineLICM.cpp 225 void ExitScope(MachineBasicBlock *MBB);
657 void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
672 ExitScope(Node->getBlock());
679 ExitScope(Parent->getBlock());
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 353 /// ExitScope - Pop a scope off the scope stack.
354 void Parser::ExitScope() {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 315 void ExitScope();
    [all...]

Completed in 109 milliseconds