Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp786 std::vector<X86::CondCode> UncondCodeSeq; in tracePredStateThroughCFG() local
793 UncondCodeSeq.push_back(Cond); in tracePredStateThroughCFG()
824 llvm::sort(UncondCodeSeq); in tracePredStateThroughCFG()
825 UncondCodeSeq.erase(std::unique(UncondCodeSeq.begin(), UncondCodeSeq.end()), in tracePredStateThroughCFG()
826 UncondCodeSeq.end()); in tracePredStateThroughCFG()
830 UncondBr, UncondBr, UncondCodeSeq); in tracePredStateThroughCFG()