Searched refs:RetBB (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 219 BasicBlock *RetBB = &Ctor->getEntryBlock(); in createSanitizerCtorAndInitFunctions() local 221 RetBB->setName("ret"); in createSanitizerCtorAndInitFunctions() 222 auto *EntryBB = BasicBlock::Create(M.getContext(), "entry", Ctor, RetBB); in createSanitizerCtorAndInitFunctions() 224 BasicBlock::Create(M.getContext(), "callfunc", Ctor, RetBB); in createSanitizerCtorAndInitFunctions() 231 IRB.CreateCondBr(InitNotNull, CallInitBB, RetBB); in createSanitizerCtorAndInitFunctions() 234 IRB.SetInsertPoint(RetBB->getTerminator()); in createSanitizerCtorAndInitFunctions() 246 IRB.CreateBr(RetBB); in createSanitizerCtorAndInitFunctions()
|
H A D | LowerGlobalDtors.cpp | 206 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runImpl() local 213 BranchInst::Create(FailBB, RetBB, Cmp, EntryBB); in runImpl() 222 ReturnInst::Create(C, RetBB); in runImpl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 785 auto *RetBB = createBasicBlock("coro.ret"); in EmitCoroutineBody() local 791 CurCoro.Data->SuspendBB = RetBB; in EmitCoroutineBody() 838 CurCoro.Data->CleanupJD = getJumpDestInCurrentScope(RetBB); in EmitCoroutineBody() 933 EmitBlock(RetBB); in EmitCoroutineBody()
|
H A D | CodeGenFunction.h | 1998 llvm::BasicBlock &RetBB) 2006 CGF.ReturnBlock = CGF.getJumpDestInCurrentScope(&RetBB);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4857 MachineBasicBlock *RetBB = nullptr; in lowerWaveReduce() local 4862 RetBB = &BB; in lowerWaveReduce() 4952 RetBB = ComputeEnd; in lowerWaveReduce() 4955 return RetBB; in lowerWaveReduce()
|