Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp263 BasicBlock *RetBB = &Ctor->getEntryBlock(); in createSanitizerCtorAndInitFunctions() local
265 RetBB->setName("ret"); in createSanitizerCtorAndInitFunctions()
266 auto *EntryBB = BasicBlock::Create(M.getContext(), "entry", Ctor, RetBB); in createSanitizerCtorAndInitFunctions()
268 BasicBlock::Create(M.getContext(), "callfunc", Ctor, RetBB); in createSanitizerCtorAndInitFunctions()
275 IRB.CreateCondBr(InitNotNull, CallInitBB, RetBB); in createSanitizerCtorAndInitFunctions()
278 IRB.SetInsertPoint(RetBB->getTerminator()); in createSanitizerCtorAndInitFunctions()
290 IRB.CreateBr(RetBB); in createSanitizerCtorAndInitFunctions()
H A DLowerGlobalDtors.cpp206 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 DCGCoroutine.cpp790 auto *RetBB = createBasicBlock("coro.ret"); in EmitCoroutineBody() local
796 CurCoro.Data->SuspendBB = RetBB; in EmitCoroutineBody()
843 CurCoro.Data->CleanupJD = getJumpDestInCurrentScope(RetBB); in EmitCoroutineBody()
953 EmitBlock(RetBB); in EmitCoroutineBody()
H A DCodeGenFunction.h2008 llvm::BasicBlock &RetBB)
2016 CGF.ReturnBlock = CGF.getJumpDestInCurrentScope(&RetBB);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5104 MachineBasicBlock *RetBB = nullptr; in lowerWaveReduce() local
5115 RetBB = &BB; in lowerWaveReduce()
5175 RetBB = &BB; in lowerWaveReduce()
5270 RetBB = ComputeEnd; in lowerWaveReduce()
5273 return RetBB; in lowerWaveReduce()