Searched defs:Invariants (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Evaluator.h | 165 SmallPtrSet<GlobalVariable*, 8> Invariants; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 161 TinyPtrVector<Value *> Invariants; member 197 TinyPtrVector<Value *> Invariants; in collectHomogenousInstGraphLoopInvariants() local 273 BasicBlock &BB, ArrayRef<Value *> Invariants, bool Direction, in buildPartialUnswitchConditionalBranch() argument 516 TinyPtrVector<Value *> Invariants; in unswitchTrivialBranch() local 2176 unswitchNontrivialInvariants(Loop & L,Instruction & TI,ArrayRef<Value * > Invariants,IVConditionInfo & PartialIVInfo,DominatorTree & DT,LoopInfo & LI,AssumptionCache & AC,ScalarEvolution * SE,MemorySSAUpdater * MSSAU,LPMUpdater & LoopUpdater,bool InsertFreeze,bool InjectedCondition) unswitchNontrivialInvariants() argument 2913 TinyPtrVector<Value *> Invariants = collectUnswitchCandidates() local 3433 ArrayRef<Value *> Invariants = Candidate.Invariants; findBestNonTrivialUnswitchCandidate() local [all...] |