Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h1264 bool IsGuaranteedLoopInvariant(const Value *Ptr) const;
1285 if (!IsGuaranteedLoopInvariant(CurrentPair.second.Ptr))
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2664 bool upward_defs_iterator::IsGuaranteedLoopInvariant(const Value *Ptr) const { in IsGuaranteedLoopInvariant() function in upward_defs_iterator