Home
last modified time | relevance | path

Searched refs:getMatchingValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp961 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst,
1249 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue() function in EarlyCSE
1581 if (Value *Op = getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
1694 InVal.DefInst == getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp256 Value *getMatchingValue(LoadValue LV, LoadInst *LI, unsigned CurrentGeneration, in getMatchingValue() function
314 getMatchingValue(LV, Load, CurrentGeneration, BAA, GetMSSA)) { in loadCSE()