Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp63 SmallVector<MachineInstr *, 4> InstrsToErase; in runOnMachineFunction() local
73 InstrsToErase.push_back(DefMIToErase); in runOnMachineFunction()
78 for (MachineInstr *MI : InstrsToErase) { in runOnMachineFunction()
/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h54 InstrsToErase.push_back(I); in markInstructionForDeletion()
129 SmallVector<Instruction *, 8> InstrsToErase;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h79 InstrsToErase.push_back(I); in markInstructionForDeletion()
182 SmallVector<Instruction *, 8> InstrsToErase;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp462 SmallVector<Instruction*, 8> InstrsToErase; member in __anon6f1231750211::GVN
476 InstrsToErase.push_back(I); in markInstructionForDeletion()
2181 assert(InstrsToErase.empty() && in processBlock()
2188 if (InstrsToErase.empty()) { in processBlock()
2194 NumGVNInstr += InstrsToErase.size(); in processBlock()
2201 for (SmallVector<Instruction*, 4>::iterator I = InstrsToErase.begin(), in processBlock()
2202 E = InstrsToErase.end(); I != E; ++I) { in processBlock()
2208 InstrsToErase.clear(); in processBlock()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp936 SmallVector<Instruction *, 16> InstrsToErase; in vectorizeLoadChain() local
954 InstrsToErase.push_back(UI); in vectorizeLoadChain()
961 for (auto I : InstrsToErase) in vectorizeLoadChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2079 assert(InstrsToErase.empty() && in processBlock()
2094 if (InstrsToErase.empty()) { in processBlock()
2100 NumGVNInstr += InstrsToErase.size(); in processBlock()
2109 for (auto *I : InstrsToErase) { in processBlock()
2125 InstrsToErase.clear(); in processBlock()
2433 assert(InstrsToErase.empty() && "Filling before removed all marked insns?"); in fillImplicitControlFlowInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1169 SmallVector<Instruction *, 16> InstrsToErase; in vectorizeLoadChain() local
1186 InstrsToErase.push_back(UI); in vectorizeLoadChain()
1195 for (auto I : InstrsToErase) in vectorizeLoadChain()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2248 assert(InstrsToErase.empty() && in processBlock()
2263 if (InstrsToErase.empty()) { in processBlock()
2269 NumGVNInstr += InstrsToErase.size(); in processBlock()
2276 for (SmallVectorImpl<Instruction *>::iterator I = InstrsToErase.begin(), in processBlock()
2277 E = InstrsToErase.end(); I != E; ++I) { in processBlock()
2283 InstrsToErase.clear(); in processBlock()