Searched refs:ThrewGV (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp235 GlobalVariable *ThrewGV = nullptr; member in class:__anon4374::final
409 IRB.CreateStore(IRB.getInt32(0), ThrewGV);
457 IRB.CreateLoad(IRB.getInt32Ty(), ThrewGV, ThrewGV->getName() + ".val");
458 IRB.CreateStore(IRB.getInt32(0), ThrewGV);
648 ThrewGV = getGlobalVariableI32(M, IRB, "__THREW__");
1023 if (GV == ThrewGV) {
1034 if (GV == ThrewGV && SI->getValueOperand() == IRB.getInt32(0)) {

Completed in 104 milliseconds