Searched refs:PrunedInsts (Results 1 – 3 of 3) sorted by relevance
1148 SmallVector<ExtractValueInst *, 2> PrunedInsts; in expandAtomicCmpXchg() local1162 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()1166 for (auto EV : PrunedInsts) in expandAtomicCmpXchg()
1282 SmallVector<ExtractValueInst *, 2> PrunedInsts; in expandAtomicCmpXchg() local1296 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()1300 for (auto EV : PrunedInsts) in expandAtomicCmpXchg()
1429 SmallVector<ExtractValueInst *, 2> PrunedInsts; in expandAtomicCmpXchg() local1443 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()1447 for (auto *EV : PrunedInsts) in expandAtomicCmpXchg()