Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h1258 bool IsGuaranteedLoopInvariant(Value *Ptr) const;
1270 !IsGuaranteedLoopInvariant(const_cast<Value *>(Location.Ptr)))
1285 !IsGuaranteedLoopInvariant(const_cast<Value *>(TransAddr)))
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp2685 bool upward_defs_iterator::IsGuaranteedLoopInvariant(Value *Ptr) const { in IsGuaranteedLoopInvariant() function in upward_defs_iterator