Changeset View
Changeset View
Standalone View
Standalone View
lib/Analysis/Lint.cpp
Context not available. | |||||
for (;;) { | for (;;) { | ||||
if (!VisitedBlocks.insert(BB).second) | if (!VisitedBlocks.insert(BB).second) | ||||
break; | break; | ||||
if (Value *U = FindAvailableLoadedValue(L->getPointerOperand(), | if (Value *U = | ||||
BB, BBI, 6, AA)) | FindAvailableLoadedValue(L->getPointerOperand(), | ||||
BB, BBI, DEF_MAX_INSTS_TO_SCAN, AA)) | |||||
return findValueImpl(U, OffsetOk, Visited); | return findValueImpl(U, OffsetOk, Visited); | ||||
if (BBI != BB->begin()) break; | if (BBI != BB->begin()) break; | ||||
BB = BB->getUniquePredecessor(); | BB = BB->getUniquePredecessor(); | ||||
Context not available. |