HomeSort by: relevance | last modified time | path
    Searched defs:MayThrow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h 111 bool MayThrow = false; // The current loop contains an instruction which
133 bool MayThrow = false; // The current loop contains an instruction which
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 1130 !WebAssembly::mayThrow(MI))
1196 bool MayThrow = WebAssembly::mayThrow(MI);
1201 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB)
1211 else if (EHPadStack.empty() || !MayThrow) {

Completed in 18 milliseconds