Searched refs:BeforeHere (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp371 : BeforeHere(I), DT(DT), Captured(false) {}
378 // We explore this usage only if the usage can reach "BeforeHere".
380 if (BeforeHere != I && !DT->isReachableFromEntry(BB))
382 // If the value is defined in the same basic block as use and BeforeHere,
383 // there is no need to explore the use if BeforeHere dominates use.
384 // Check whether there is a path from I to BeforeHere.
385 if (BeforeHere != I && DT->dominates(BeforeHere, I) &&
386 !isPotentiallyReachable(I, BeforeHere, DT))
395 if (BeforeHere !
404 const Instruction *BeforeHere; member in struct:__anon2044::CapturesBefore
[all...]

Completed in 68 milliseconds