Home
last modified time | relevance | path

Searched refs:NormalBB (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1178 BasicBlock *NormalBB = BasicBlock::Create(C, "normal", &F); in runSjLjOnFunction() local
1182 IRB.CreateCondBr(CmpEqOne, RethrowBB, NormalBB); in runSjLjOnFunction()
1187 IRB.SetInsertPoint(NormalBB); in runSjLjOnFunction()
1189 BB = NormalBB; // New insertion point to insert testSetjmp() in runSjLjOnFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1178 BasicBlock *NormalBB = BasicBlock::Create(C, "normal", &F); in runSjLjOnFunction() local
1182 IRB.CreateCondBr(CmpEqOne, RethrowBB, NormalBB); in runSjLjOnFunction()
1187 IRB.SetInsertPoint(NormalBB); in runSjLjOnFunction()
1189 BB = NormalBB; // New insertion point to insert testSetjmp() in runSjLjOnFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1178 BasicBlock *NormalBB = BasicBlock::Create(C, "normal", &F); in runSjLjOnFunction() local
1182 IRB.CreateCondBr(CmpEqOne, RethrowBB, NormalBB); in runSjLjOnFunction()
1187 IRB.SetInsertPoint(NormalBB); in runSjLjOnFunction()
1189 BB = NormalBB; // New insertion point to insert testSetjmp() in runSjLjOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1178 BasicBlock *NormalBB = BasicBlock::Create(C, "normal", &F); in runSjLjOnFunction() local
1182 IRB.CreateCondBr(CmpEqOne, RethrowBB, NormalBB); in runSjLjOnFunction()
1187 IRB.SetInsertPoint(NormalBB); in runSjLjOnFunction()
1189 BB = NormalBB; // New insertion point to insert testSetjmp() in runSjLjOnFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1178 BasicBlock *NormalBB = BasicBlock::Create(C, "normal", &F); in runSjLjOnFunction() local
1182 IRB.CreateCondBr(CmpEqOne, RethrowBB, NormalBB); in runSjLjOnFunction()
1187 IRB.SetInsertPoint(NormalBB); in runSjLjOnFunction()
1189 BB = NormalBB; // New insertion point to insert testSetjmp() in runSjLjOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1525 BasicBlock *NormalBB = BasicBlock::Create(C, "normal", &F); in handleLongjmpableCallsForEmscriptenSjLj() local
1528 IRB.CreateCondBr(CmpEqOne, RethrowExnBB, NormalBB); in handleLongjmpableCallsForEmscriptenSjLj()
1530 IRB.SetInsertPoint(NormalBB); in handleLongjmpableCallsForEmscriptenSjLj()
1532 BB = NormalBB; // New insertion point to insert testSetjmp() in handleLongjmpableCallsForEmscriptenSjLj()
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm6/
H A Dllvm-cbindings.cpp2268 LLVMBasicBlockRef NormalBB; in BuildSMod() local
2275 NormalBB = LLVMAppendBasicBlock(CurrentFunc, ""); in BuildSMod()
2284 LLVMBuildCondBr(Builder, Cond, NextBB, NormalBB); in BuildSMod()
2289 LLVMPositionBuilderAtEnd(Builder, NormalBB); in BuildSMod()
2298 PhiBB[1] = NormalBB; in BuildSMod()
/dports/devel/llvm80/llvm-8.0.1.src/lib/AsmParser/
H A DLLParser.cpp5882 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
5891 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
5955 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/devel/llvm70/llvm-7.0.1.src/lib/AsmParser/
H A DLLParser.cpp5758 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
5766 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
5830 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4167 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local
4213 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops, OperandBundles); in parseFunctionBody()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4103 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]);
4149 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops, OperandBundles);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6410 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6419 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6483 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/AsmParser/
H A DLLParser.cpp6197 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
6206 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
6270 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp6255 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6264 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6328 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/AsmParser/
H A DLLParser.cpp6255 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6264 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6328 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp6436 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6445 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6509 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/llvm10/llvm-10.0.1.src/lib/AsmParser/
H A DLLParser.cpp6057 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
6066 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
6130 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/devel/llvm11/llvm-11.0.1.src/lib/AsmParser/
H A DLLParser.cpp6176 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
6185 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
6249 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp6057 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
6066 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
6130 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6255 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6264 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6328 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/AsmParser/
H A DLLParser.cpp6234 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6243 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6307 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp6255 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6264 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6328 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6057 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
6066 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
6130 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp6436 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local
6445 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke()
6509 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp6255 BasicBlock *NormalBB, *UnwindBB;
6264 parseTypeAndBasicBlock(NormalBB, PFS) ||
6328 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList);

12