Home
last modified time | relevance | path

Searched refs:MPhi (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DPHIElimination.cpp116 unsigned SrcReg = MPhi->getOperand(i).getReg(); in isSourceDefinedByImplicitDef()
180 MachineInstr *MPhi = MBB.remove(MBB.begin()); in LowerAtomicPHINode() local
183 unsigned DestReg = MPhi->getOperand(0).getReg(); in LowerAtomicPHINode()
185 bool isDead = MPhi->getOperand(0).isDead(); in LowerAtomicPHINode()
196 if (isSourceDefinedByImplicitDef(MPhi, MRI)) in LowerAtomicPHINode()
199 BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerAtomicPHINode()
204 unsigned &entry = LoweredPHIs[MPhi]; in LowerAtomicPHINode()
215 BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerAtomicPHINode()
252 LV->removeVirtualRegistersKilled(MPhi); in LowerAtomicPHINode()
257 LV->removeVirtualRegisterDead(DestReg, MPhi); in LowerAtomicPHINode()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DPHIElimination.cpp283 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
295 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
303 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
310 << *MPhi); in LowerPHINode()
320 if (MPhi->peekDebugInstrNum()) { in LowerPHINode()
323 unsigned ID = MPhi->peekDebugInstrNum(); in LowerPHINode()
380 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
431 if (!MPhi->getOperand(i).isUndef()) { in LowerPHINode()
434 MPhi->getOperand(i).getReg())]; in LowerPHINode()
628 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp233 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
247 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
250 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
252 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
264 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
272 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
279 << *MPhi); in LowerPHINode()
317 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
322 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
542 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DPHIElimination.cpp233 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
247 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
250 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
252 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
264 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
272 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
279 << *MPhi); in LowerPHINode()
317 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
322 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
542 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp233 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
247 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
250 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
252 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
264 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
272 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
279 << *MPhi); in LowerPHINode()
317 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
322 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
542 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DPHIElimination.cpp226 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
240 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
243 unsigned DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
245 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
256 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
259 BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode()
264 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
271 << *MPhi); in LowerPHINode()
311 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
537 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DPHIElimination.cpp227 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
241 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
244 unsigned DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
246 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
257 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
260 BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode()
265 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
272 << *MPhi); in LowerPHINode()
312 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
538 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DPHIElimination.cpp243 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
246 unsigned DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
248 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
259 if (isSourceDefinedByImplicitDef(MPhi, MRI)) in LowerPHINode()
262 BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode()
267 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
274 << *MPhi); in LowerPHINode()
279 BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode()
314 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
540 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
319 if (MPhi->peekDebugInstrNum()) { in LowerPHINode()
322 unsigned ID = MPhi->peekDebugInstrNum(); in LowerPHINode()
379 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
616 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
319 if (MPhi->peekDebugInstrNum()) { in LowerPHINode()
322 unsigned ID = MPhi->peekDebugInstrNum(); in LowerPHINode()
379 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
616 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
319 if (MPhi->peekDebugInstrNum()) { in LowerPHINode()
322 unsigned ID = MPhi->peekDebugInstrNum(); in LowerPHINode()
379 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
616 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
319 if (MPhi->peekDebugInstrNum()) { in LowerPHINode()
322 unsigned ID = MPhi->peekDebugInstrNum(); in LowerPHINode()
379 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
616 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
319 if (MPhi->peekDebugInstrNum()) { in LowerPHINode()
322 unsigned ID = MPhi->peekDebugInstrNum(); in LowerPHINode()
379 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
616 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp324 NonOptPhis.insert(MPhi); in insertDef()
341 FixupList.push_back(&*MPhi); in insertDef()
462 removeMemoryAccess(MPhi); in removeEdge()
479 removeMemoryAccess(MPhi); in removeDuplicatePhiEdgesBetween()
533 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
561 MPhi->unorderedDeleteIncoming(I); in updatePhisWhenInsertingUniqueBackedgeBlock()
631 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
658 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1116 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1126 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
280 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
369 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
374 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
594 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
280 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
347 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
352 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
572 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
280 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
369 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
374 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
606 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
280 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
347 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
352 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
572 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DPHIElimination.cpp263 const MachineOperand &MO = MPhi.getOperand(I); in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
280 Register DestReg = MPhi->getOperand(0).getReg(); in LowerPHINode()
282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode()
294 if (allPhiOperandsUndefined(*MPhi, *MRI)) in LowerPHINode()
302 unsigned &entry = LoweredPHIs[MPhi]; in LowerPHINode()
309 << *MPhi); in LowerPHINode()
369 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
374 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
606 LIS->RemoveMachineInstrFromMaps(*MPhi); in LowerPHINode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp384 if (!MPhi) { in insertDef()
388 ExistingPhis.insert(MPhi); in insertDef()
396 NonOptPhis.insert(MPhi); in insertDef()
537 tryRemoveTrivialPhi(MPhi); in removeEdge()
553 tryRemoveTrivialPhi(MPhi); in removeDuplicatePhiEdgesBetween()
643 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
744 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
771 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1250 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1260 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp384 if (!MPhi) { in insertDef()
388 ExistingPhis.insert(MPhi); in insertDef()
396 NonOptPhis.insert(MPhi); in insertDef()
538 tryRemoveTrivialPhi(MPhi); in removeEdge()
554 tryRemoveTrivialPhi(MPhi); in removeDuplicatePhiEdgesBetween()
644 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
745 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
772 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1258 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1268 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp384 if (!MPhi) { in insertDef()
388 ExistingPhis.insert(MPhi); in insertDef()
396 NonOptPhis.insert(MPhi); in insertDef()
538 tryRemoveTrivialPhi(MPhi); in removeEdge()
554 tryRemoveTrivialPhi(MPhi); in removeDuplicatePhiEdgesBetween()
644 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
745 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
772 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1258 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1268 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp383 if (!MPhi) { in insertDef()
393 NonOptPhis.insert(MPhi); in insertDef()
408 FixupList.push_back(&*MPhi); in insertDef()
527 tryRemoveTrivialPhi(MPhi); in removeEdge()
543 tryRemoveTrivialPhi(MPhi); in removeDuplicatePhiEdgesBetween()
619 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
716 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
743 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1217 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1227 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp381 if (!MPhi) { in insertDef()
391 NonOptPhis.insert(MPhi); in insertDef()
406 FixupList.push_back(&*MPhi); in insertDef()
525 tryRemoveTrivialPhi(MPhi); in removeEdge()
541 tryRemoveTrivialPhi(MPhi); in removeDuplicatePhiEdgesBetween()
617 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
714 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
741 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1215 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1225 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp383 if (!MPhi) { in insertDef()
393 NonOptPhis.insert(MPhi); in insertDef()
408 FixupList.push_back(&*MPhi); in insertDef()
527 tryRemoveTrivialPhi(MPhi); in removeEdge()
543 tryRemoveTrivialPhi(MPhi); in removeDuplicatePhiEdgesBetween()
619 if (!MPhi) in updatePhisWhenInsertingUniqueBackedgeBlock()
716 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
743 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
1217 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterSpliceBlocks()
1227 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To); in moveAllAfterMergeBlocks()
[all …]

12345678910>>...13