Home
last modified time | relevance | path

Searched refs:TentativelyCommuting (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp715 bool TentativelyCommuting; member in __anon6bab11b20211::CommutingState
723 CommutingState() : TentativelyCommuting(false), Declined(false) {} in CommutingState()
730 if (TentativelyCommuting) { in MaybeCommute()
735 TentativelyCommuting = false; in MaybeCommute()
744 TentativelyCommuting = true; in MaybeCommute()
753 TentativelyCommuting = false; in Reset()