Home
last modified time | relevance | path

Searched refs:EndBB (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp86 BasicBlock *EndBB = BB->splitBasicBlock(BI, "shift.done"); in expand() local
87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand()
97 Builder.CreateCondBr(Cmp1, EndBB, LoopBB); in expand()
135 Builder.CreateCondBr(Cmp2, EndBB, LoopBB); in expand()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AVR/
H A DAVRShiftExpand.cpp86 BasicBlock *EndBB = BB->splitBasicBlock(BI, "shift.done"); in expand() local
87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand()
97 Builder.CreateCondBr(Cmp1, EndBB, LoopBB); in expand()
135 Builder.CreateCondBr(Cmp2, EndBB, LoopBB); in expand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp86 BasicBlock *EndBB = BB->splitBasicBlock(BI, "shift.done"); in expand() local
87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand()
97 Builder.CreateCondBr(Cmp1, EndBB, LoopBB); in expand()
135 Builder.CreateCondBr(Cmp2, EndBB, LoopBB); in expand()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp86 BasicBlock *EndBB = BB->splitBasicBlock(BI, "shift.done"); in expand() local
87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand()
97 Builder.CreateCondBr(Cmp1, EndBB, LoopBB); in expand()
135 Builder.CreateCondBr(Cmp2, EndBB, LoopBB); in expand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp86 BasicBlock *EndBB = BB->splitBasicBlock(BI, "shift.done"); in expand() local
87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand()
97 Builder.CreateCondBr(Cmp1, EndBB, LoopBB); in expand()
135 Builder.CreateCondBr(Cmp2, EndBB, LoopBB); in expand()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp86 BasicBlock *EndBB = BB->splitBasicBlock(BI, "shift.done"); in expand() local
87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand()
97 Builder.CreateCondBr(Cmp1, EndBB, LoopBB); in expand()
135 Builder.CreateCondBr(Cmp2, EndBB, LoopBB); in expand()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp75 BasicBlock *EndBB = nullptr; member
159 EndBB = StartBB; in splitCandidate()
194 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
199 if (StartBB != EndBB) in reattachCandidate()
200 PlacementBB = EndBB; in reattachCandidate()
210 EndBB = nullptr; in reattachCandidate()
1152 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1202 Term = EndBB->getTerminator(); in createSwitchStatement()
1203 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1204 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DIROutliner.cpp75 BasicBlock *EndBB = nullptr; member
159 EndBB = StartBB; in splitCandidate()
194 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
199 if (StartBB != EndBB) in reattachCandidate()
200 PlacementBB = EndBB; in reattachCandidate()
210 EndBB = nullptr; in reattachCandidate()
1152 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1202 Term = EndBB->getTerminator(); in createSwitchStatement()
1203 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1204 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp72 BasicBlock *EndBB = nullptr; member
156 EndBB = StartBB; in splitCandidate()
191 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
196 if (StartBB != EndBB) in reattachCandidate()
197 PlacementBB = EndBB; in reattachCandidate()
207 EndBB = nullptr; in reattachCandidate()
1074 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1125 Term = EndBB->getTerminator(); in createSwitchStatement()
1126 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1127 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp75 BasicBlock *EndBB = nullptr; member
159 EndBB = StartBB; in splitCandidate()
194 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
199 if (StartBB != EndBB) in reattachCandidate()
200 PlacementBB = EndBB; in reattachCandidate()
210 EndBB = nullptr; in reattachCandidate()
1152 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1202 Term = EndBB->getTerminator(); in createSwitchStatement()
1203 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1204 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp75 BasicBlock *EndBB = nullptr; member
159 EndBB = StartBB; in splitCandidate()
194 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
199 if (StartBB != EndBB) in reattachCandidate()
200 PlacementBB = EndBB; in reattachCandidate()
210 EndBB = nullptr; in reattachCandidate()
1152 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1202 Term = EndBB->getTerminator(); in createSwitchStatement()
1203 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1204 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp72 BasicBlock *EndBB = nullptr; member
156 EndBB = StartBB; in splitCandidate()
191 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
196 if (StartBB != EndBB) in reattachCandidate()
197 PlacementBB = EndBB; in reattachCandidate()
207 EndBB = nullptr; in reattachCandidate()
1074 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1125 Term = EndBB->getTerminator(); in createSwitchStatement()
1126 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1127 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp75 BasicBlock *EndBB = nullptr; member
159 EndBB = StartBB; in splitCandidate()
194 EndBB->getTerminator()->eraseFromParent(); in reattachCandidate()
199 if (StartBB != EndBB) in reattachCandidate()
200 PlacementBB = EndBB; in reattachCandidate()
210 EndBB = nullptr; in reattachCandidate()
1152 BranchInst::Create(EndBB, OutputBB); in alignOutputBlockWithAggFunc()
1202 Term = EndBB->getTerminator(); in createSwitchStatement()
1203 moveBBContents(*OutputBlock, *EndBB); in createSwitchStatement()
1204 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp535 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
589 EndBB = EndBB1; in wrapTestSetjmp()
617 BasicBlock *EndBB = BasicBlock::Create(C, "if.end", F); in createSetThrewFunction() local
622 IRB.CreateCondBr(Cmp, ThenBB, EndBB); in createSetThrewFunction()
627 IRB.CreateBr(EndBB); in createSetThrewFunction()
629 IRB.SetInsertPoint(EndBB); in createSetThrewFunction()
1072 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1074 LongjmpResult, EndBB); in runSjLjOnFunction()
1075 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1078 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp228 EndBB = EndInst->getParent(); in splitCandidate()
230 EndBB->replaceSuccessorsPhiUsesWith(EndBB, FollowBB); in splitCandidate()
235 EndBB = BackInst->getParent(); in splitCandidate()
271 if (StartBB != EndBB) in reattachCandidate()
272 PlacementBB = EndBB; in reattachCandidate()
287 EndBB = nullptr; in reattachCandidate()
1457 Term = EndBB->getTerminator(); in createSwitchStatement()
1458 moveBBContents(*OutputBB, *EndBB); in createSwitchStatement()
1459 Term->moveBefore(*EndBB, EndBB->end()); in createSwitchStatement()
1510 BasicBlock *EndBB = VBBIt->second; in fillOverallFunction() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp357 BasicBlock *&EndBB);
739 EndBB = EndBB1; in wrapTestSetjmp()
1546 BasicBlock *EndBB = nullptr; in handleLongjmpableCallsForEmscriptenSjLj() local
1550 EndBB); in handleLongjmpableCallsForEmscriptenSjLj()
1551 assert(Label && LongjmpResult && EndBB); in handleLongjmpableCallsForEmscriptenSjLj()
1554 IRB.SetInsertPoint(EndBB); in handleLongjmpableCallsForEmscriptenSjLj()
1563 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in handleLongjmpableCallsForEmscriptenSjLj()
1662 BasicBlock *EndBB = BasicBlock::Create(C, "if.end", &F); in handleLongjmpableCallsForWasmSjLj() local
1669 IRB.CreateCondBr(Cmp, ThenBB, EndBB); in handleLongjmpableCallsForWasmSjLj()
1676 IRB.SetInsertPoint(EndBB); in handleLongjmpableCallsForWasmSjLj()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp265 Value *&LongjmpResult, BasicBlock *&EndBB);
551 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
605 EndBB = EndBB1; in wrapTestSetjmp()
1060 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1062 Label, LongjmpResult, EndBB); in runSjLjOnFunction()
1063 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1066 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1067 IRB.SetCurrentDebugLocation(EndBB->getInstList().back().getDebugLoc()); in runSjLjOnFunction()
1075 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp260 Value *&LongjmpResult, BasicBlock *&EndBB);
556 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
610 EndBB = EndBB1; in wrapTestSetjmp()
1095 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1097 Label, LongjmpResult, EndBB); in runSjLjOnFunction()
1098 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1101 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1102 IRB.SetCurrentDebugLocation(EndBB->getInstList().back().getDebugLoc()); in runSjLjOnFunction()
1110 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp265 Value *&LongjmpResult, BasicBlock *&EndBB);
551 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
605 EndBB = EndBB1; in wrapTestSetjmp()
1060 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1062 Label, LongjmpResult, EndBB); in runSjLjOnFunction()
1063 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1066 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1067 IRB.SetCurrentDebugLocation(EndBB->getInstList().back().getDebugLoc()); in runSjLjOnFunction()
1075 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp260 Value *&LongjmpResult, BasicBlock *&EndBB);
556 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
610 EndBB = EndBB1; in wrapTestSetjmp()
1095 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1097 Label, LongjmpResult, EndBB); in runSjLjOnFunction()
1098 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1101 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1102 IRB.SetCurrentDebugLocation(EndBB->getInstList().back().getDebugLoc()); in runSjLjOnFunction()
1110 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp264 Value *&LongjmpResult, BasicBlock *&EndBB);
543 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
597 EndBB = EndBB1; in wrapTestSetjmp()
1029 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1031 LongjmpResult, EndBB); in runSjLjOnFunction()
1032 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1035 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1043 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp264 Value *&LongjmpResult, BasicBlock *&EndBB);
543 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
597 EndBB = EndBB1; in wrapTestSetjmp()
1029 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1031 LongjmpResult, EndBB); in runSjLjOnFunction()
1032 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1035 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1043 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp264 Value *&LongjmpResult, BasicBlock *&EndBB);
543 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
597 EndBB = EndBB1; in wrapTestSetjmp()
1029 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1031 LongjmpResult, EndBB); in runSjLjOnFunction()
1032 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1035 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1043 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp272 Value *&LongjmpResult, BasicBlock *&EndBB);
544 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
598 EndBB = EndBB1; in wrapTestSetjmp()
1024 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1026 LongjmpResult, EndBB); in runSjLjOnFunction()
1027 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1030 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1038 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp273 Value *&LongjmpResult, BasicBlock *&EndBB);
540 BasicBlock *&EndBB) { in wrapTestSetjmp() argument
594 EndBB = EndBB1; in wrapTestSetjmp()
1019 BasicBlock *EndBB = nullptr; in runSjLjOnFunction() local
1021 LongjmpResult, EndBB); in runSjLjOnFunction()
1022 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1025 IRB.SetInsertPoint(EndBB); in runSjLjOnFunction()
1033 SetjmpRetPHIs[i]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()

1234567