Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp461 SmallPtrSetImpl<Instruction *> &DeletedInstrs);
6380 SmallPtrSetImpl<Instruction *> &DeletedInstrs) { in optimizePhiType() argument
6487 DeletedInstrs.insert(D); in optimizePhiType()
6507 DeletedInstrs.insert(U); in optimizePhiType()
6517 DeletedInstrs.insert(Phi); in optimizePhiType()
6527 SmallPtrSet<Instruction *, 4> DeletedInstrs; in optimizePhiTypes() local
6532 Changed |= optimizePhiType(&Phi, Visited, DeletedInstrs); in optimizePhiTypes()
6535 for (auto *I : DeletedInstrs) { in optimizePhiTypes()