Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
673 unsigned OperandLength = A.OperVals.size(); in compareCommutativeOperandMapping()
776 ArrayRef<Value *> OperValsA = ItA->OperVals; in compareStructure()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h120 SmallVector<Value *, 4> OperVals; member
257 for (Value *V : ID.OperVals) in hash_value()
720 ArrayRef<Value *> &OperVals; member
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp555 for (Value *V : ID.OperVals) { in collectRegionsConstants()
777 for (Value *V : (*IDIt).OperVals) { in findConstants()
2559 for (Value *V : ID.OperVals) { in findCostForOutputBlocks()