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

/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); local
20 if (!ML && !WE)
28 // WE->contains(ML->getHeader()), but not ML->contains(WE->getHeader()).
29 if ((ML && !WE) || (ML && WE && WE->contains(ML->getHeader()))) {
37 if (ExceptionMap.count(WE))
38 return ExceptionMap[WE].get();
39 ExceptionMap[WE]
72 getBottom(const WebAssemblyException *WE) argument
[all...]
H A DWebAssemblyExceptionInfo.cpp87 auto WE = std::make_unique<WebAssemblyException>(EHPad); local
88 discoverAndMapException(WE.get(), MDT, MDF);
89 Exceptions.push_back(std::move(WE));
169 auto *WE = getExceptionFor(EHPad); local
175 // If WE (the current EH pad's exception) is still contained in SrcWE but
177 // out WE out of SrcWE too.
178 if (WE != SrcWE && SrcWE->contains(WE) && !DstWE->contains(WE) &&
182 << WE
197 WebAssemblyException *WE = getExceptionFor(MBB); local
243 WebAssemblyException *WE = getExceptionFor(MBB); local
280 discoverAndMapException( WebAssemblyException *WE, const MachineDominatorTree &MDT, const MachineDominanceFrontier &MDF) argument
328 WebAssemblyException *WE = getExceptionFor(MBB); local
362 operator <<(raw_ostream &OS, const WebAssemblyException &WE) argument
[all...]
H A DWebAssemblyExceptionInfo.h57 void setParentException(WebAssemblyException *WE) { ParentException = WE; } argument
59 bool contains(const WebAssemblyException *WE) const {
60 if (WE == this)
62 if (!WE)
64 return contains(WE->getParentException());
120 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE);
127 void discoverAndMapException(WebAssemblyException *WE,
157 WebAssemblyException *WE) {
158 if (!WE) {
156 changeExceptionFor(const MachineBasicBlock *MBB, WebAssemblyException *WE) argument
165 addTopLevelException(std::unique_ptr<WebAssemblyException> WE) argument
[all...]
H A DWebAssemblySortRegion.h84 MachineBasicBlock *getBottom(const WebAssemblyException *WE);
H A DWebAssemblyCFGStackify.cpp490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB);
491 assert(WE);
492 MachineBasicBlock *Bottom = SRI.getBottom(WE);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp681 auto &WE = Worklist.back(); local
682 if (MDNode *N = visitOperands(G, WE.Op, WE.N->op_end(), WE.HasChanged)) {
689 assert(WE.N->isUniqued() && "Expected only uniqued nodes");
690 assert(WE.Op == WE.N->op_end() && "Expected to visit all operands");
691 auto &D = G.Info[WE.N];
692 AnyChanges |= D.HasChanged = WE.HasChanged;
694 G.POT.push_back(WE
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp138 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); local
145 } else if (WE) {
149 Sym.WeakTargetSymbolId = WE->TagIndex;
H A DCOFFWriter.cpp82 coff_aux_weak_external *WE = local
89 WE->TagIndex = Target->RawIndex;
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pm393 4464 => 'WE',
466 'WE' => 15,
512 my $syllable_re = qr/(|B|BB|C|D|DD|G|GG|H|J|JJ|K|M|N|P|R|S|SS|T)(A|AE|E|EO|EU|I|O|OE|U|WA|WAE|WE|WEO|WI|YA|YAE|YE|YEO|YI|YO|YU)(B|BS|C|D|G|GG|GS|H|J|K|L|LB|LG|LH|LM|LP|LS|LT|M|N|NG|NH|NJ|P|S|SS|T)?/;
H A DName.pl4214 CYRILLIC CAPITAL LETTER WE
4217 CYRILLIC SMALL LETTER WE
11633 GEORGIAN CAPITAL LETTER WE
11753 GEORGIAN LETTER WE
12128 HANGUL JUNGSEONG WE
13136 ETHIOPIC SYLLABLE WE
13946 CHEROKEE LETTER WE
14036 CANADIAN SYLLABICS WE
14039 CANADIAN SYLLABICS WEST-CREE WE
15308 CANADIAN SYLLABICS BLACKFOOT WE
[all...]
/openbsd-current/libexec/getty/
H A Dgettytab.h83 #define WE gettystrs[22].value macro
H A Dsubr.c137 &SU, &DS, &RP, &FL, &WE, &LN, 0
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNa1.pl913 10F3 GEORGIAN SMALL LETTER WE
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl3063 =head2 WHERE ARE WE?

Completed in 163 milliseconds