Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp533 SmallVector<BinaryOperator *, 1> InstChain; in computeUnlikelySuccessors() local
539 InstChain.push_back(cast<BinaryOperator>(CmpLHS)); in computeUnlikelySuccessors()
573 for (Instruction *I : llvm::reverse(InstChain)) { in computeUnlikelySuccessors()