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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp590 SmallVector<BinaryOperator *, 1> InstChain; local
596 InstChain.push_back(cast<BinaryOperator>(CmpLHS));
631 // First collapse InstChain
632 for (Instruction *I : llvm::reverse(InstChain)) {

Completed in 115 milliseconds