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

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 159 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U))
160 return CRI->getUnwindDest();
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 541 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this))
542 return CRI->unwindsToCaller();
Verifier.cpp 436 void visitCleanupReturnInst(CleanupReturnInst &CRI);
    [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 601 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) {
602 if (CRI->unwindsToCaller()) {
603 auto *CleanupPad = CRI->getCleanupPad();
604 CleanupReturnInst::Create(CleanupPad, UnwindDest, CRI);
605 CRI->eraseFromParent();
    [all...]
Local.cpp     [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 163 ~c252=CRI # Costa Rica
rel.conf 169 ~c200,~c252=CRI # Costa Rica
  /toolchain/binutils/binutils-2.27/opcodes/
fr30-opc.c 1049 /* copop $u4c,$ccc,$CRj,$CRi */
1052 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (CRI), 0 } },
1055 /* copld $u4c,$ccc,$Rjc,$CRi */
1058 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (RJC), ',', OP (CRI), 0 } },
frv-opc.c     [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 325 milliseconds