HomeSort by: relevance | last modified time | path
    Searched refs:InsertedValues (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp 155 SmallPtrSetImpl<Value *> &InsertedValues,
170 if (isa<Constant>(ExtOp) || InsertedValues.count(ExtOp))
177 InsertedValues.insert(ZExt);
219 SmallPtrSet<Value *, 32> InsertedValues;
231 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues,
509 SmallPtrSet<Value *, 32> InsertedValues;
522 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 77 // InsertedValues only flags inserted instructions so needs no RAUW.
78 DenseSet<AssertingVH<Value>> InsertedValues;
83 /// InsertedValues/InsertedPostIncValues.
198 InsertedValues.clear();
209 for (auto &VH : InsertedValues) {
362 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1290 InsertedValues.insert(AddRecPhiMatch);
1384 InsertedValues.insert(PN);
1872 InsertedValues.erase(Tmp);
2024 InsertedValues.insert(V);
2642 InsertedValues.erase(PN);

Completed in 40 milliseconds