Home
last modified time | relevance | path

Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp345 struct CapturesBefore : public CaptureTracker { struct
346 CapturesBefore(const Instruction *I, DominatorTree *DT) in CapturesBefore() argument
349 void tooManyUses() { Captured = true; } in tooManyUses()
351 bool shouldExplore(Use *U) { in shouldExplore()
360 bool captured(Use *U) { in captured()
370 const Instruction *BeforeHere;
371 DominatorTree *DT;
373 bool Captured;