HomeSort by: relevance | last modified time | path
    Searched refs:setIsEHScopeEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 543 void setIsEHScopeEntry(bool V = true) { IsEHScopeEntry = V; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2379 UnwindDests.back().first->setIsEHScopeEntry();
2391 UnwindDests.back().first->setIsEHScopeEntry();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 1673 CatchPadMBB->setIsEHScopeEntry();
1722 FuncInfo.MBB->setIsEHScopeEntry();
1766 UnwindDests.back().first->setIsEHScopeEntry();
1773 UnwindDests.back().first->setIsEHScopeEntry();
1820 UnwindDests.back().first->setIsEHScopeEntry();
1831 UnwindDests.back().first->setIsEHScopeEntry();

Completed in 33 milliseconds