Searched refs:UncondCodeSeq (Results 1 – 1 of 1) sorted by relevance
785 std::vector<X86::CondCode> UncondCodeSeq; in tracePredStateThroughCFG() local792 UncondCodeSeq.push_back(Cond); in tracePredStateThroughCFG()823 llvm::sort(UncondCodeSeq); in tracePredStateThroughCFG()824 UncondCodeSeq.erase(std::unique(UncondCodeSeq.begin(), UncondCodeSeq.end()), in tracePredStateThroughCFG()825 UncondCodeSeq.end()); in tracePredStateThroughCFG()829 UncondBr, UncondBr, UncondCodeSeq); in tracePredStateThroughCFG()