Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
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
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()
DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local
72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom()
DWebAssemblyCFGStackify.cpp490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
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/src/libexec/getty/
Dgettytab.h83 #define WE gettystrs[22].value macro