Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp503 SmallVector<BinaryOperator *, 1> InstChain; in computeUnlikelySuccessors() local
509 InstChain.push_back(cast<BinaryOperator>(CmpLHS)); in computeUnlikelySuccessors()
545 for (Instruction *I : llvm::reverse(InstChain)) { in computeUnlikelySuccessors()