Searched refs:IsLICMCandidate (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp175 bool IsLICMCandidate(MachineInstr &I);
430 if ((!HasNonInvariantUse && IsLICMCandidate(*MI)) ||
857 bool MachineLICM::IsLICMCandidate(MachineInstr &I) { function in class:MachineLICM
882 if (!IsLICMCandidate(I))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp176 /// IsLICMCandidate - Returns true if the instruction may be a suitable
179 bool IsLICMCandidate(MachineInstr &I);
455 if ((!HasNonInvariantUse && IsLICMCandidate(*MI)) ||
765 /// IsLICMCandidate - Returns true if the instruction may be a suitable
768 bool MachineLICM::IsLICMCandidate(MachineInstr &I) { function in class:MachineLICM
790 if (!IsLICMCandidate(I))

Completed in 86 milliseconds