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

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 100 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
110 if (!CheckUnwind && !CheckReturn)
115 if (CheckUnwind && TI->mayThrow()) {
122 if ((!CheckUnwind || SCCMightUnwind) &&
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PruneEH.cpp 96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
106 if (!CheckUnwind && !CheckReturn)
111 if (CheckUnwind && TI->mayThrow()) {
118 if ((!CheckUnwind || SCCMightUnwind) &&
124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
98 if (!CheckUnwind && !CheckReturn)
104 if (CheckUnwind && (isa<UnwindInst>(BB->getTerminator()) ||
114 if (CheckUnwind && !SCCMightUnwind)
  /external/boringssl/src/crypto/test/
abi_test.cc 512 static void CheckUnwind(UnwindCursor *cursor) {
646 CheckUnwind(&cursor);
746 CheckUnwind(&cursor);

Completed in 378 milliseconds