Searched refs:reusedIncoming (Results 1 – 2 of 2) sorted by relevance
205 bool reusedIncoming = false; // Is IncomingReg reused from an earlier PHI? in LowerAtomicPHINode() local223 reusedIncoming = true; in LowerAtomicPHINode()250 if (reusedIncoming) in LowerAtomicPHINode()315 if (!reusedIncoming && IncomingReg) in LowerAtomicPHINode()360 } else if (reusedIncoming || !IncomingReg) { in LowerAtomicPHINode()386 if (reusedIncoming || !IncomingReg) in LowerAtomicPHINode()
240 bool reusedIncoming = false; // Is IncomingReg reused from an earlier PHI? in LowerPHINode() local258 reusedIncoming = true; in LowerPHINode()283 if (reusedIncoming) in LowerPHINode()384 if (!reusedIncoming && IncomingReg) { in LowerPHINode()437 if (reusedIncoming || !IncomingReg) { in LowerPHINode()497 if (reusedIncoming || !IncomingReg) { in LowerPHINode()524 if (reusedIncoming || !IncomingReg) { in LowerPHINode()