Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h165 SmallPtrSet<GlobalVariable*, 8> Invariants; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp159 TinyPtrVector<Value *> Invariants; global() member
195 TinyPtrVector<Value *> Invariants; collectHomogenousInstGraphLoopInvariants() local
271 buildPartialUnswitchConditionalBranch(BasicBlock & BB,ArrayRef<Value * > Invariants,bool Direction,BasicBlock & UnswitchedSucc,BasicBlock & NormalSucc,bool InsertFreeze,const Instruction * I,AssumptionCache * AC,const DominatorTree & DT) buildPartialUnswitchConditionalBranch() argument
514 TinyPtrVector<Value *> Invariants; unswitchTrivialBranch() local
2163 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
2892 TinyPtrVector<Value *> Invariants = collectUnswitchCandidates() local
3412 ArrayRef<Value *> Invariants = Candidate.Invariants; findBestNonTrivialUnswitchCandidate() local
[all...]