Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h276 bool callsReturnsTwice() const { return CallsReturnsTwice; } in callsReturnsTwice()
277 void setCallsReturnsTwice(bool RetTwice) { CallsReturnsTwice = RetTwice; } in setCallsReturnsTwice()
604 bool CallsReturnsTwice = false; variable