HomeSort by relevance Sort by last modified time
    Searched defs:MayThrow (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MustExecute.h 40 bool MayThrow = false; // The current loop contains an instruction which
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 42 bool MayThrow; // The current loop contains an instruction which
47 LoopSafetyInfo() : MayThrow(false), HeaderMayThrow(false) {}
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 309 bool MayThrow = false;
316 MayThrow |= MI->getDesc().isCall();
324 MayThrow = false;
340 if (MayThrow) {
369 if (MayThrow) {

Completed in 464 milliseconds