Home
last modified time | relevance | path

Searched refs:EHPadToTry (Results 1 – 16 of 16) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp75 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anone96799080111::WebAssemblyCFGStackify
189 EHPadToTry[EHPad] = Begin; in registerTryScope()
200 assert(EHPadToTry.count(EHPad)); in unregisterScope()
202 EHPadToTry.erase(EHPad); in unregisterScope()
662 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1030 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1184 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1350 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp76 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon39b4e1cd0111::WebAssemblyCFGStackify
190 EHPadToTry[EHPad] = Begin; in registerTryScope()
201 assert(EHPadToTry.count(EHPad)); in unregisterScope()
203 EHPadToTry.erase(EHPad); in unregisterScope()
671 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1121 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1305 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1475 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp75 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon51a0e3a50111::WebAssemblyCFGStackify
189 EHPadToTry[EHPad] = Begin; in registerTryScope()
200 assert(EHPadToTry.count(EHPad)); in unregisterScope()
202 EHPadToTry.erase(EHPad); in unregisterScope()
662 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1030 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1184 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1350 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp76 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon79604b270111::WebAssemblyCFGStackify
190 EHPadToTry[EHPad] = Begin; in registerTryScope()
201 assert(EHPadToTry.count(EHPad)); in unregisterScope()
203 EHPadToTry.erase(EHPad); in unregisterScope()
671 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1121 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1305 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1475 EHPadToTry.clear(); in releaseMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp75 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon7302a7900111::WebAssemblyCFGStackify
189 EHPadToTry[EHPad] = Begin; in registerTryScope()
200 assert(EHPadToTry.count(EHPad)); in unregisterScope()
202 EHPadToTry.erase(EHPad); in unregisterScope()
662 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1030 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1184 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1350 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp74 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon005799e50111::WebAssemblyCFGStackify
188 EHPadToTry[EHPad] = Begin; in registerTryScope()
199 assert(EHPadToTry.count(EHPad)); in unregisterScope()
201 EHPadToTry.erase(EHPad); in unregisterScope()
651 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1001 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1153 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1339 EHPadToTry.clear(); in releaseMemory()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp106 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anonb65222050111::WebAssemblyCFGStackify
232 EHPadToTry[EHPad] = Begin; in registerTryScope()
243 assert(EHPadToTry.count(EHPad)); in unregisterScope()
245 EHPadToTry.erase(EHPad); in unregisterScope()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
1377 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches()
1475 updateScopeTops(EHPadToTry[&MBB]->getParent(), &MBB); in recalculateScopeTops()
1621 const MachineInstr *EndTry = BeginToEnd[EHPadToTry[MBB]]; in getDelegateDepth()
1755 EHPadToTry.clear(); in releaseMemory()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp106 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon3fc1e81b0111::WebAssemblyCFGStackify
232 EHPadToTry[EHPad] = Begin; in registerTryScope()
243 assert(EHPadToTry.count(EHPad)); in unregisterScope()
245 EHPadToTry.erase(EHPad); in unregisterScope()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
1377 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches()
1475 updateScopeTops(EHPadToTry[&MBB]->getParent(), &MBB); in recalculateScopeTops()
1621 const MachineInstr *EndTry = BeginToEnd[EHPadToTry[MBB]]; in getDelegateDepth()
1755 EHPadToTry.clear(); in releaseMemory()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp106 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon68777a1a0111::WebAssemblyCFGStackify
232 EHPadToTry[EHPad] = Begin; in registerTryScope()
243 assert(EHPadToTry.count(EHPad)); in unregisterScope()
245 EHPadToTry.erase(EHPad); in unregisterScope()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
1377 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches()
1475 updateScopeTops(EHPadToTry[&MBB]->getParent(), &MBB); in recalculateScopeTops()
1621 const MachineInstr *EndTry = BeginToEnd[EHPadToTry[MBB]]; in getDelegateDepth()
1755 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp106 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon630158980111::WebAssemblyCFGStackify
232 EHPadToTry[EHPad] = Begin; in registerTryScope()
243 assert(EHPadToTry.count(EHPad)); in unregisterScope()
245 EHPadToTry.erase(EHPad); in unregisterScope()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
1376 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches()
1474 updateScopeTops(EHPadToTry[&MBB]->getParent(), &MBB); in recalculateScopeTops()
1620 const MachineInstr *EndTry = BeginToEnd[EHPadToTry[MBB]]; in getDelegateDepth()
1754 EHPadToTry.clear(); in releaseMemory()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp106 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anona88e11cd0111::WebAssemblyCFGStackify
232 EHPadToTry[EHPad] = Begin; in registerTryScope()
243 assert(EHPadToTry.count(EHPad)); in unregisterScope()
245 EHPadToTry.erase(EHPad); in unregisterScope()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
1377 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches()
1475 updateScopeTops(EHPadToTry[&MBB]->getParent(), &MBB); in recalculateScopeTops()
1621 const MachineInstr *EndTry = BeginToEnd[EHPadToTry[MBB]]; in getDelegateDepth()
1755 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp106 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anonf0025fb90111::WebAssemblyCFGStackify
232 EHPadToTry[EHPad] = Begin; in registerTryScope()
243 assert(EHPadToTry.count(EHPad)); in unregisterScope()
245 EHPadToTry.erase(EHPad); in unregisterScope()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
1377 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches()
1475 updateScopeTops(EHPadToTry[&MBB]->getParent(), &MBB); in recalculateScopeTops()
1621 const MachineInstr *EndTry = BeginToEnd[EHPadToTry[MBB]]; in getDelegateDepth()
1755 EHPadToTry.clear(); in releaseMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp78 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon0787feb80111::WebAssemblyCFGStackify
214 EHPadToTry[EHPad] = Begin; in registerTryScope()
225 assert(EHPadToTry.count(EHPad)); in unregisterScope()
227 EHPadToTry.erase(EHPad); in unregisterScope()
699 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs()
1132 MachineInstr *BeginTry = EHPadToTry[EHPad]; in fixUnwindMismatches()
1316 ScopeTops[MBB.getNumber()] = EHPadToTry[&MBB]->getParent(); in fixUnwindMismatches()
1505 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp83 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anon1450a5f70111::WebAssemblyCFGStackify
197 EHPadToTry[EHPad] = Begin; in registerTryScope()
208 assert(EHPadToTry.count(EHPad)); in unregisterScope()
210 EHPadToTry.erase(EHPad); in unregisterScope()
676 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
997 EHPadToTry.clear(); in releaseMemory()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp83 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anonccdc580b0111::WebAssemblyCFGStackify
197 EHPadToTry[EHPad] = Begin; in registerTryScope()
208 assert(EHPadToTry.count(EHPad)); in unregisterScope()
210 EHPadToTry.erase(EHPad); in unregisterScope()
676 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
997 EHPadToTry.clear(); in releaseMemory()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp77 DenseMap<const MachineBasicBlock *, MachineInstr *> EHPadToTry; member in __anond89832630111::WebAssemblyCFGStackify
181 EHPadToTry[EHPad] = Begin; in registerTryScope()
795 EHPadToTry.clear(); in releaseMemory()