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.cpp219 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 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.cpp785 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 DCodeGenFunction.h1998 llvm::BasicBlock &RetBB)
2006 CGF.ReturnBlock = CGF.getJumpDestInCurrentScope(&RetBB);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4857 MachineBasicBlock *RetBB = nullptr; in lowerWaveReduce() local
4862 RetBB = &BB; in lowerWaveReduce()
4952 RetBB = ComputeEnd; in lowerWaveReduce()
4955 return RetBB; in lowerWaveReduce()