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

  /external/llvm/lib/IR/
Instruction.cpp 542 return CRI->unwindsToCaller();
544 return CatchSwitch->unwindsToCaller();
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 602 if (CRI->unwindsToCaller()) {
624 if (CatchSwitch->unwindsToCaller()) {
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 409 CatchSwitch->unwindsToCaller();
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 398 milliseconds