Home
last modified time | relevance | path

Searched refs:UncondCodeSeq (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp787 std::vector<X86::CondCode> UncondCodeSeq; in tracePredStateThroughCFG() local
794 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()