Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp88 discoverAndMapException(WE.get(), MDT, MDF); in recalculate() local
171 auto *WE = getExceptionFor(EHPad); recalculate() local
199 WebAssemblyException *WE = getExceptionFor(MBB); recalculate() local
246 WebAssemblyException *WE = getExceptionFor(MBB); recalculate() local
255 for (auto &WE : Exceptions) { recalculate() local
265 for (auto *WE : ExceptionPointers) { recalculate() local
284 discoverAndMapException(WebAssemblyException * WE,const MachineDominatorTree & MDT,const MachineDominanceFrontier & MDF) discoverAndMapException() argument
331 WebAssemblyException *WE = getExceptionFor(MBB); getOutermostException() local
365 operator <<(raw_ostream & OS,const WebAssemblyException & WE) operator <<() argument
371 for (auto &WE : TopLevelExceptions) print() local
[all...]
H A DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local
72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom()
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 DWebAssemblyCFGStackify.cpp490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); placeTryMarker() local
/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
/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp738 if (MDNode *N = visitOperands(G, WE.Op, WE.N->op_end(), WE.HasChanged)) { in createPOT() local
1123 WorklistEntry WE; scheduleMapGlobalInitializer() local
1139 WorklistEntry WE; scheduleMapAppendingVariable() local
1157 WorklistEntry WE; scheduleMapAliasOrIFunc() local
1169 WorklistEntry WE; scheduleRemapFunction() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp779 onCommandApplyEdit(const WorkspaceEdit & WE,Callback<llvm::json::Value> Reply) onCommandApplyEdit() argument
814 WorkspaceEdit WE; onCommandApplyTweak() local
838 applyEdit(WorkspaceEdit WE,llvm::json::Value Success,Callback<llvm::json::Value> Reply) applyEdit() argument
H A DProtocol.cpp908 toJSON(const WorkspaceEdit & WE) toJSON() argument