Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPHIElimination.cpp205 bool reusedIncoming = false; // Is IncomingReg reused from an earlier PHI? in LowerAtomicPHINode() local
223 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp253 bool reusedIncoming = false; // Is IncomingReg reused from an earlier PHI? in LowerPHINode() local
271 reusedIncoming = true; in LowerPHINode()
297 if (reusedIncoming) in LowerPHINode()
398 if (!reusedIncoming && IncomingReg) { in LowerPHINode()
451 if (reusedIncoming || !IncomingReg) { in LowerPHINode()
511 if (reusedIncoming || !IncomingReg) { in LowerPHINode()
538 if (reusedIncoming || !IncomingReg) { in LowerPHINode()
/external/llvm/lib/CodeGen/
DPHIElimination.cpp240 bool reusedIncoming = false; // Is IncomingReg reused from an earlier PHI? in LowerPHINode() local
258 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()