HomeSort by relevance Sort by last modified time
    Searched refs:BBChanged (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 369 bool BBChanged = false;
374 BBChanged |= processSelect(cast<SelectInst>(II));
377 BBChanged |= processPHI(cast<PHINode>(II));
381 BBChanged |= processCmp(cast<CmpInst>(II));
385 BBChanged |= processMemAccess(II);
389 BBChanged |= processCallSite(CallSite(II));
397 BBChanged |= processSwitch(cast<SwitchInst>(Term));
410 BBChanged = true;
415 FnChanged |= BBChanged;
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 257 SmallSet<BasicBlock *, 16> BBChanged;
371 BBChanged.insert(IDel->getParent());
410 BBChanged.insert(IDel->getParent());
431 if (BBChanged.count(*I))

Completed in 70 milliseconds