HomeSort by: relevance | last modified time | path
    Searched defs:InsertedValues (Results 1 - 2 of 2) 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);

Completed in 19 milliseconds