Home
last modified time | relevance | path

Searched defs:WE (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp87 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
169 auto *WE = getExceptionFor(EHPad); in recalculate() local
197 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
243 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
252 for (auto &WE : Exceptions) { in recalculate() local
262 for (auto *WE : ExceptionPointers) { in recalculate() local
281 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
328 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
362 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
368 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h57 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
59 bool contains(const WebAssemblyException *WE) const { in contains()
157 WebAssemblyException *WE) { in changeExceptionFor()
165 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
H A DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local
72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom()
H A DWebAssemblyCFGStackify.cpp490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp681 auto &WE = Worklist.back(); in createPOT() local
1062 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1078 WorklistEntry WE; in scheduleMapAppendingVariable() local
1096 WorklistEntry WE; in scheduleMapAliasOrIFunc() local
1108 WorklistEntry WE; in scheduleRemapFunction() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp138 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); in readSymbols() local
H A DCOFFWriter.cpp82 coff_aux_weak_external *WE = in finalizeSymbolContents() local
/openbsd/libexec/getty/
H A Dgettytab.h83 #define WE gettystrs[22].value macro