Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1148 SmallVector<ExtractValueInst *, 2> PrunedInsts; in expandAtomicCmpXchg() local
1162 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()
1166 for (auto EV : PrunedInsts) in expandAtomicCmpXchg()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1282 SmallVector<ExtractValueInst *, 2> PrunedInsts; in expandAtomicCmpXchg() local
1296 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()
1300 for (auto EV : PrunedInsts) in expandAtomicCmpXchg()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1429 SmallVector<ExtractValueInst *, 2> PrunedInsts; in expandAtomicCmpXchg() local
1443 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()
1447 for (auto *EV : PrunedInsts) in expandAtomicCmpXchg()