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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 154 bool IsEHScopeEntry = false;
539 bool isEHScopeEntry() const { return IsEHScopeEntry; }
543 void setIsEHScopeEntry(bool V = true) { IsEHScopeEntry = V; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 755 if (MBB.isEHScopeEntry()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SpeculativeLoadHardening.cpp 519 assert(!MBB.isEHScopeEntry() && "Only Itanium ABI EH supported!");

Completed in 53 milliseconds