Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h1265 bool IsGuaranteedLoopInvariant(const Value *Ptr) const;
1286 if (!IsGuaranteedLoopInvariant(CurrentPair.second.Ptr))
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2627 bool upward_defs_iterator::IsGuaranteedLoopInvariant(const Value *Ptr) const { in IsGuaranteedLoopInvariant() function in upward_defs_iterator