Home
last modified time | relevance | path

Searched refs:DeadPhis (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp535 SmallVector<MachineInstr *, 4> DeadPhis; in lowerPhis() local
645 DeadPhis.push_back(&MI); in lowerPhis()
653 for (MachineInstr *MI : DeadPhis) in lowerPhis()
655 DeadPhis.clear(); in lowerPhis()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp502 SmallVector<MachineInstr *, 4> DeadPhis; in lowerPhis() local
604 DeadPhis.push_back(&MI); in lowerPhis()
612 for (MachineInstr *MI : DeadPhis) in lowerPhis()
614 DeadPhis.clear(); in lowerPhis()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp335 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
337 DeadPhis.push_back(&PN); in handleDeadExits()
340 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp367 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
369 DeadPhis.push_back(&PN); in handleDeadExits()
372 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp369 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
371 DeadPhis.push_back(&PN); in handleDeadExits()
374 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp367 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
369 DeadPhis.push_back(&PN); in handleDeadExits()
372 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp369 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
371 DeadPhis.push_back(&PN); in handleDeadExits()
374 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp367 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
369 DeadPhis.push_back(&PN); in handleDeadExits()
372 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp365 SmallVector<Instruction *, 4> DeadPhis; in handleDeadExits() local
367 DeadPhis.push_back(&PN); in handleDeadExits()
370 for (Instruction *PN : DeadPhis) { in handleDeadExits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1110 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1111 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1110 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1111 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1110 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1111 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1110 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1111 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1110 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1111 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp223 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1034 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1074 DeadPhis.push_back(OnePhi); in isDead()
1084 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1085 if (isDead(MI, DeadPhis)) { in removeIfDead()
1110 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1111 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1075 DeadPhis.push_back(OnePhi); in isDead()
1085 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1086 if (isDead(MI, DeadPhis)) { in removeIfDead()
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1112 DeadPhis[i]->eraseFromParent(); in removeIfDead()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1036 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()
1076 DeadPhis.push_back(OnePhi); in isDead()
1086 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local
1087 if (isDead(MI, DeadPhis)) { in removeIfDead()
1112 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()
1113 DeadPhis[i]->eraseFromParent(); in removeIfDead()

12