Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local
DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
158 WebAssemblyException *WE) { in changeExceptionFor()
166 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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp671 auto &WE = Worklist.back(); in createPOT() local
1044 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1060 WorklistEntry WE; in scheduleMapAppendingVariable() local
1076 WorklistEntry WE; in scheduleMapGlobalIndirectSymbol() local
1088 WorklistEntry WE; in scheduleRemapFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DReader.cpp138 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); in readSymbols() local
DWriter.cpp82 coff_aux_weak_external *WE = in finalizeSymbolContents() local
/freebsd-12-stable/libexec/getty/
Dgettytab.h84 #define WE gettystrs[22].value macro