Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp210 auto GetUnsafeInstructions = [&](const BasicBlock &BB) { in getInterveningInstructions() local
230 GetUnsafeInstructions(*OuterLoopHeader); in getInterveningInstructions()
231 GetUnsafeInstructions(*OuterLoopLatch); in getInterveningInstructions()
232 GetUnsafeInstructions(*InnerLoopExitBlock); in getInterveningInstructions()
235 GetUnsafeInstructions(*InnerLoopPreHeader); in getInterveningInstructions()