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.cpp955 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst,
1238 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue() function in EarlyCSE
1593 if (Value *Op = getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
1717 getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp252 Value *getMatchingValue(LoadValue LV, LoadInst *LI, unsigned CurrentGeneration, in getMatchingValue() function
310 getMatchingValue(LV, Load, CurrentGeneration, BAA, GetMSSA)) { in loadCSE()