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