Home
last modified time | relevance | path

Searched refs:RetBB (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp216 BasicBlock *RetBB = &Ctor->getEntryBlock(); in createSanitizerCtorAndInitFunctions() local
218 RetBB->setName("ret"); in createSanitizerCtorAndInitFunctions()
219 auto *EntryBB = BasicBlock::Create(M.getContext(), "entry", Ctor, RetBB); in createSanitizerCtorAndInitFunctions()
221 BasicBlock::Create(M.getContext(), "callfunc", Ctor, RetBB); in createSanitizerCtorAndInitFunctions()
228 IRB.CreateCondBr(InitNotNull, CallInitBB, RetBB); in createSanitizerCtorAndInitFunctions()
231 IRB.SetInsertPoint(RetBB->getTerminator()); in createSanitizerCtorAndInitFunctions()
243 IRB.CreateBr(RetBB); in createSanitizerCtorAndInitFunctions()
H A DLowerGlobalDtors.cpp205 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runImpl() local
212 BranchInst::Create(FailBB, RetBB, Cmp, EntryBB); in runImpl()
221 ReturnInst::Create(C, RetBB); in runImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp652 auto *RetBB = createBasicBlock("coro.ret"); in EmitCoroutineBody() local
658 CurCoro.Data->SuspendBB = RetBB; in EmitCoroutineBody()
705 CurCoro.Data->CleanupJD = getJumpDestInCurrentScope(RetBB); in EmitCoroutineBody()
800 EmitBlock(RetBB); in EmitCoroutineBody()
H A DCodeGenFunction.h1908 llvm::BasicBlock &RetBB)
1916 CGF.ReturnBlock = CGF.getJumpDestInCurrentScope(&RetBB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4613 MachineBasicBlock *RetBB = nullptr; in lowerWaveReduce() local
4618 RetBB = &BB; in lowerWaveReduce()
4708 RetBB = ComputeEnd; in lowerWaveReduce()
4711 return RetBB; in lowerWaveReduce()