Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp71 OperVals.insert(OperVals.begin(), OI.get()); in initializeInstruction()
75 OperVals.push_back(OI.get()); in initializeInstruction()
82 OperVals.push_back(BB); in initializeInstruction()
119 std::next(OperVals.begin(), BI->isConditional() ? 1 : 0), in getBlockOperVals()
120 OperVals.end() in getBlockOperVals()
125 std::next(OperVals.begin(), PN->getNumIncomingValues()), in getBlockOperVals()
126 OperVals.end() in getBlockOperVals()
240 auto ZippedTypes = zip(A.OperVals, B.OperVals); in isClose()
461 for (Value *Arg : ID->OperVals) in IRSimilarityCandidate()
656 ArrayRef<Value *>::iterator VItA = A.OperVals.begin(); in compareNonCommutativeOperandMapping()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h121 SmallVector<Value *, 4> OperVals; member
263 for (Value *V : ID.OperVals) in hash_value()
726 ArrayRef<Value *> &OperVals; member
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp560 for (Value *V : ID.OperVals) { in collectRegionsConstants()
787 for (Value *V : (*IDIt).OperVals) { in findConstants()
2577 for (Value *V : ID.OperVals) { in findCostForOutputBlocks()