Home
last modified time | relevance | path

Searched defs:RetBB (Results 1 – 7 of 7) sorted by relevance

/external/llvm/examples/Fibonacci/
Dfibonacci.cpp72 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF); in CreateFibFunction() local
/external/llvm-project/llvm/examples/Fibonacci/
Dfibonacci.cpp71 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF); in CreateFibFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp163 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runOnModule() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp181 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runOnModule() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp103 BasicBlock *RetBB = BasicBlock::Create(M->getContext(), "return", FibF); in CreateFibFunction() local
/external/llvm-project/llvm/examples/ParallelJIT/
DParallelJIT.cpp101 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF); in CreateFibFunction() local
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp552 auto *RetBB = createBasicBlock("coro.ret"); in EmitCoroutineBody() local