Home
last modified time | relevance | path

Searched defs:InjectedInvariant (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp148 struct InjectedInvariant { struct
149 ICmpInst::Predicate Pred;
150 Value *LHS;
151 Value *RHS;
152 BasicBlock *InLoopSucc;
154 InjectedInvariant(ICmpInst::Predicate Pred, Value *LHS, Value *RHS, in InjectedInvariant() function