Searched defs:WE (Results 1 – 6 of 6) sorted by relevance
54 auto *WE = new WebAssemblyException(EHPad); in recalculate() local62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local68 for (auto *WE : Exceptions) { in recalculate() local77 for (auto *WE : Exceptions) { in recalculate() local97 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()144 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local178 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()184 for (auto *WE : TopLevelExceptions) in print() local
59 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()61 bool contains(const WebAssemblyException *WE) const { in contains()151 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()159 void addTopLevelException(WebAssemblyException *WE) { in addTopLevelException()
93 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local
462 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker() local
636 auto &WE = Worklist.back(); in createPOT() local1000 WorklistEntry WE; in scheduleMapGlobalInitializer() local1016 WorklistEntry WE; in scheduleMapAppendingVariable() local1032 WorklistEntry WE; in scheduleMapGlobalIndirectSymbol() local1044 WorklistEntry WE; in scheduleRemapFunction() local
1856 static VEX vex(bool WE, // Like REX W for int operations, or opcode extension for float? in vex()