Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineLICM.cpp179 bool HasLoopPHIUse(const MachineInstr *MI) const;
713 if (IsLoopInvariantInst(*I) && !HasLoopPHIUse(&*I)) in SinkIntoLoop()
932 bool MachineLICM::HasLoopPHIUse(const MachineInstr *MI) const { in HasLoopPHIUse() function in MachineLICM
1079 bool CreatesCopy = HasLoopPHIUse(&MI); in IsProfitableToHoist()