Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp197 Value *CorrespondingVal = findCorrespondingValueIn(Other, FirstNonPHI); in findCorrespondingBlockIn() local
198 if (!CorrespondingVal) in findCorrespondingBlockIn()
201 cast<Instruction>(CorrespondingVal)->getParent(); in findCorrespondingBlockIn()