HomeSort by: relevance | last modified time | path
    Searched defs:DeletedInstructions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1542 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); }
1975 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first;
1981 DenseMap<Instruction *, bool> DeletedInstructions;
2553 for (const auto &Pair : DeletedInstructions) {
2562 for (const auto &Pair : DeletedInstructions) {
SLPVectorizer.cpp 1542 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); }
1975 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first;
1981 DenseMap<Instruction *, bool> DeletedInstructions;
2553 for (const auto &Pair : DeletedInstructions) {
2562 for (const auto &Pair : DeletedInstructions) {

Completed in 43 milliseconds