Searched refs:UncondCodeSeq (Results 1 – 1 of 1) sorted by relevance
774 std::vector<X86::CondCode> UncondCodeSeq; in tracePredStateThroughCFG() local781 UncondCodeSeq.push_back(Cond); in tracePredStateThroughCFG()812 llvm::sort(UncondCodeSeq.begin(), UncondCodeSeq.end()); in tracePredStateThroughCFG()813 UncondCodeSeq.erase(std::unique(UncondCodeSeq.begin(), UncondCodeSeq.end()), in tracePredStateThroughCFG()814 UncondCodeSeq.end()); in tracePredStateThroughCFG()818 UncondBr, UncondBr, UncondCodeSeq); in tracePredStateThroughCFG()