Searched refs:BBMap (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h495 // BBMap - Mapping of basic blocks to the inner most loop they occur in
496 DenseMap<BlockT *, LoopT *> BBMap; member in class:llvm::LoopInfoBase
508 : BBMap(std::move(Arg.BBMap)),
514 BBMap = std::move(RHS.BBMap);
524 BBMap.clear();
547 return BBMap.lookup(const_cast<BlockT*>(BB));
586 BBMap.erase(BB);
589 BBMap[B
[all...]
H A DLoopInfoImpl.h196 LIB.BBMap[NewBB] = L;
512 for (DenseMap<BasicBlock*, LoopT*>::const_iterator I = BBMap.begin(),
513 E = BBMap.end(); I != E; ++I)
529 for (auto &Entry : BBMap) {
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h68 BBMapTy BBMap; member in class:llvm::SSAUpdaterImpl
95 return BBMap[BB]->DefBB->AvailableVal;
107 BBMap[BB] = Info;
128 // Check if BBMap already has a BBInfo for the predecessor block.
130 BBMap.FindAndConstruct(Pred);
187 BBInfo *SuccInfo = BBMap[*SI];
396 /// in the BBMap.
402 BBMap[PHI->getParent()]->PHITag = PHI;
411 BBInfo *PredInfo = BBMap[I.getIncomingBlock()];
443 /// the BBMap an
[all...]

Completed in 104 milliseconds