reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/Support/VirtualInstruction.h
   99   static VirtualUse create(Scop *S, const Use &U, LoopInfo *LI, bool Virtual);

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3529   auto PhysUse = VirtualUse::create(S, Op, &LI, false);
 3530   auto VirtUse = VirtualUse::create(S, Op, &LI, true);