Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp207 Value *CorrespondingVal = findCorrespondingValueIn(Other, FirstNonPHI); in findCorrespondingBlockIn() local
208 if (!CorrespondingVal) in findCorrespondingBlockIn()
211 cast<Instruction>(CorrespondingVal)->getParent(); in findCorrespondingBlockIn()