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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
EscapeEnumerator.cpp 69 BasicBlock *CleanupBB = BasicBlock::Create(C, CleanupBBName, &F);
81 LandingPadInst::Create(ExnTy, 1, "cleanup.lpad", CleanupBB);
83 ResumeInst *RI = ResumeInst::Create(LPad, CleanupBB);
90 changeToInvokeAndSplitBasicBlock(CI, CleanupBB);
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 148 BasicBlock *CleanupBB = BasicBlock::Create(C, CleanupBBName, &F);
158 LandingPadInst::Create(ExnTy, 1, "cleanup.lpad", CleanupBB);
160 ResumeInst *RI = ResumeInst::Create(LPad, CleanupBB);
183 InvokeInst::Create(CI->getCalledValue(), NewBB, CleanupBB, Args,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 145 BasicBlock *CleanupBB = BasicBlock::Create(C, CleanupBBName, &F);
154 CleanupBB);
156 ResumeInst *RI = ResumeInst::Create(LPad, CleanupBB);
179 NewBB, CleanupBB,
  /external/clang/lib/CodeGen/
CGCleanup.cpp 523 llvm::BasicBlock *CleanupBB = CGF.createBasicBlock("cleanup.action");
526 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
527 CGF.EmitBlock(CleanupBB);
    [all...]

Completed in 769 milliseconds