Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp87 auto WE = std::make_unique<WebAssemblyException>(EHPad); recalculate() local
170 auto *WE = getExceptionFor(EHPad); recalculate() local
198 WebAssemblyException *WE = getExceptionFor(MBB); recalculate() local
244 WebAssemblyException *WE = getExceptionFor(MBB); recalculate() local
253 for (auto &WE : Exceptions) { recalculate() local
263 for (auto *WE : ExceptionPointers) { recalculate() local
282 discoverAndMapException(WebAssemblyException * WE,const MachineDominatorTree & MDT,const MachineDominanceFrontier & MDF) discoverAndMapException() argument
329 WebAssemblyException *WE = getExceptionFor(MBB); getOutermostException() local
363 operator <<(raw_ostream & OS,const WebAssemblyException & WE) operator <<() argument
369 for (auto &WE : TopLevelExceptions) print() local
[all...]
H A 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()
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 assert(WE); in placeTryMarker() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp728 auto &WE = Worklist.back(); createPOT() local
1109 WorklistEntry WE; scheduleMapGlobalInitializer() local
1125 WorklistEntry WE; scheduleMapAppendingVariable() local
1143 WorklistEntry WE; scheduleMapAliasOrIFunc() local
1155 WorklistEntry WE; scheduleRemapFunction() local
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/libexec/getty/
H A Dgettytab.h81 #define WE gettystrs[22].value macro