Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp70 OperVals.insert(OperVals.begin(), OI.get()); in initializeInstruction()
74 OperVals.push_back(OI.get()); in initializeInstruction()
81 OperVals.push_back(BB); in initializeInstruction()
220 auto ZippedTypes = zip(A.OperVals, B.OperVals); in isClose()
441 for (Value *Arg : ID->OperVals) in IRSimilarityCandidate()
636 ArrayRef<Value *>::iterator VItA = A.OperVals.begin(); in compareNonCommutativeOperandMapping()
637 ArrayRef<Value *>::iterator VItB = B.OperVals.begin(); in compareNonCommutativeOperandMapping()
638 unsigned OperandLength = A.OperVals.size(); in compareNonCommutativeOperandMapping()
671 ArrayRef<Value *>::iterator VItA = A.OperVals.begin(); in compareCommutativeOperandMapping()
672 ArrayRef<Value *>::iterator VItB = B.OperVals.begin(); in compareCommutativeOperandMapping()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h121 SmallVector<Value *, 4> OperVals; member
258 for (Value *V : ID.OperVals) in hash_value()
721 ArrayRef<Value *> &OperVals; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp565 for (Value *V : ID.OperVals) { in collectRegionsConstants()
789 for (Value *V : (*IDIt).OperVals) { in findConstants()
2581 for (Value *V : ID.OperVals) { in findCostForOutputBlocks()