Searched refs:UncondCodeSeq (Results 1 – 1 of 1) sorted by relevance
787 std::vector<X86::CondCode> UncondCodeSeq; in tracePredStateThroughCFG() local794 UncondCodeSeq.push_back(Cond); in tracePredStateThroughCFG()825 llvm::sort(UncondCodeSeq); in tracePredStateThroughCFG()826 UncondCodeSeq.erase(std::unique(UncondCodeSeq.begin(), UncondCodeSeq.end()), in tracePredStateThroughCFG()827 UncondCodeSeq.end()); in tracePredStateThroughCFG()831 UncondBr, UncondBr, UncondCodeSeq); in tracePredStateThroughCFG()