Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h1259 bool IsGuaranteedLoopInvariant(const Value *Ptr) const;
1280 if (!IsGuaranteedLoopInvariant(CurrentPair.second.Ptr))
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2601 bool upward_defs_iterator::IsGuaranteedLoopInvariant(const Value *Ptr) const { in IsGuaranteedLoopInvariant() function in upward_defs_iterator