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

  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 500 if (V && V->getBlockID() == CurrentBB->blockID()) {
549 unsigned NPreds = CurrentBB->numPredecessors();
590 unsigned NPreds = CurrentBB->numPredecessors();
636 CurrentBB = lookupBlock(&Cfg->getEntry());
656 CurrentBB = lookupBlock(B);
657 CurrentBB->reservePredecessors(B->pred_size());
658 Scfg->add(CurrentBB);
671 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]);
692 CurrentBB->arguments().reserve(
695 CurrentBB->addArgument(V)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 238 : Arena(A), SelfVar(nullptr), Scfg(nullptr), CurrentBB(nullptr),
380 til::BasicBlock *CurrentBB;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 154 milliseconds