Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp202 Value *CorrespondingVal = findCorrespondingValueIn(Other, FirstNonPHI); in findCorrespondingBlockIn() local
203 if (!CorrespondingVal) in findCorrespondingBlockIn()
206 cast<Instruction>(CorrespondingVal)->getParent(); in findCorrespondingBlockIn()