Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp785 std::vector<X86::CondCode> UncondCodeSeq; in tracePredStateThroughCFG() local
792 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()