Searched refs:getEntry (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DRegionIterator.h94 BItor(succ_begin(node->getEntry())) {
99 while (succ_end(node->getEntry()) != BItor && isExit(*BItor))
109 BItor(succ_end(node->getEntry())) {}
135 while (BItor != succ_end(getNode()->getEntry())
182 Itor(succ_begin(node->getEntry())) {
188 while (succ_end(Node->getEntry()) != Itor
194 Itor(succ_end(node->getEntry())) {
225 while (Itor != succ_end(Node->getEntry())
294 return R->getNode(R->getEntry()); \
308 return R->getBBNode(R->getEntry()); \
[all...]
H A DRegionInfo.h105 inline BasicBlock* getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNode
131 return getEntry();
255 BasicBlock *getEntry() const { return RegionNode::getEntry(); } function in class:llvm::Region
318 /// @return A region also starting at getEntry(), but reaching to the next
319 /// basic block that forms with getEntry() a (non canonical) region.
382 return contains(SubRegion->getEntry())
535 return block_iterator(getEntry(), getExit());
543 return const_block_iterator(getEntry(), getExit());
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp82 BasicBlock *OldEntry = getEntry();
91 if ((*RI)->getEntry() == OldEntry)
118 BasicBlock *entry = getEntry(), *exit = getExit();
167 BasicBlock *entry = getEntry();
215 if (getEntry()->getName().empty()) {
218 WriteAsOperand(OS, getEntry(), false);
220 entryName = getEntry()->getName();
239 BasicBlock *entry = getEntry(), *exit = getExit();
269 verifyWalk(getEntry(), &visited);
307 if (R->getEntry() !
[all...]
H A DRegionPrinter.cpp88 if (R->getParent()->getEntry() == destBB)
93 if (R->getEntry() == destBB && R->contains(srcBB))
H A DRegionPass.cpp93 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp268 LLVMContext &Context = R->getEntry()->getContext();
294 Loops[Exit] = N->getEntry();
370 BasicBlock *BB = N->getEntry();
422 BasicBlock *Entry = R->getEntry();
450 Visited.insert((*OI)->getEntry());
646 Order.back()->getEntry();
656 BasicBlock *Entry = PrevNode->getEntry();
693 BBPredicates &Preds = Predicates[Node->getEntry()];
705 BBPredicates &Preds = Predicates[Node->getEntry()];
718 if (!Dominated && DT->dominates(I->first, PrevNode->getEntry()))
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h298 const T *getEntry(uint32_t Section, uint32_t Entry) const;
300 const T *getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
571 SymTable, getEntry<Elf_Sym>(SymTable, Rel->getSymbol(isMips64EL())));
829 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_t Entry) const { function in class:llvm::object::ELFFile
830 return getEntry<T>(getSection(Section), Entry);
835 const T *ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, function in class:llvm::object::ELFFile
951 const Elf_Versym *vs = getEntry<Elf_Versym>(dot_gnu_version_sec, entry_index);
H A DELFObjectFile.h742 EF.template getEntry<Elf_Sym>(sec->sh_link, symbol_index);
805 return EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
811 return EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp216 assert(*PO_I == &cfg.getEntry());
532 if (B == &cfg.getEntry())
824 const CFGBlock &entry = cfg.getEntry();
834 worklist.enqueueSuccessors(&cfg.getEntry());
836 wasAnalyzed[cfg.getEntry().getBlockID()] = true;
H A DReachableCode.cpp303 unsigned numReachable = ScanReachableFromBlock(&cfg->getEntry(), reachable);
H A DThreadSafety.cpp2366 BlockInfo[CFGraph->getEntry().getBlockID()].Reachable = true;
2592 CFGBlockInfo *Initial = &BlockInfo[CFGraph->getEntry().getBlockID()];
H A DCFG.cpp3832 if (&B == &cfg->getEntry())
3987 print_block(OS, this, getEntry(), Helper, true, ShowColors);
3992 if (&(**I) == &getEntry() || &(**I) == &getExit())
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h760 CFGBlock & getEntry() { return *Entry; } function in class:clang::CFGBlock::CFG
761 const CFGBlock & getEntry() const { return *Entry; } function in class:clang::CFGBlock::CFG
960 static NodeType *getEntryNode(::clang::CFG* F) { return &F->getEntry(); }
972 return &F->getEntry();
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h390 DIE *getEntry() const { return Entry; } function in class:llvm::DIEEntry
H A DDIEHash.cpp283 hashDIEEntry(Attribute, Tag, *EntryAttr->getEntry());
H A DDwarfCompileUnit.cpp308 const DIE *EntryCU = Entry->getEntry()->getCompileUnitOrNull();
1012 GlobalTypes[FullName] = Entry->getEntry();
H A DDwarfDebug.cpp2080 DIE *Origin = E->getEntry();
2403 DIE *SpecDIE = cast<DIEEntry>(SpecVal)->getEntry();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp108 unsigned count = reachable_code::ScanReachableFromBlock(&cfg->getEntry(),
741 ReachableBlocks.insert(&Cfg->getEntry());
742 BlockQueue.push_back(&Cfg->getEntry());
1688 if (cra->isReachable(&AC.getCFG()->getEntry(), block))
H A DSemaDeclCXX.cpp8233 InheritingConstructor &getEntry(Sema &S, const CXXConstructorDecl *Ctor) { function in struct:__anon3271::InheritingConstructorInfo::InheritingConstructorsForType
8249 InheritingConstructor &getEntry(const CXXConstructorDecl *Ctor, function in class:__anon3271::InheritingConstructorInfo
8252 .getEntry(SemaRef, Ctor);
8274 getEntry(Ctor, Ctor->getType()).DeclaredInDerived = true;
8354 InheritingConstructor &Entry = getEntry(BaseCtor, DerivedType);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp87 worklist.push_back(&cfg.getEntry());
H A DIdempotentOperationChecker.cpp607 if (!CRA->isReachable(&AC->getCFG()->getEntry(), CB))
/freebsd-9.3-release/contrib/llvm/tools/opt/
H A Dopt.cpp326 << R->getEntry()->getParent()->getName() << "':\n";
330 R->getEntry()->getParent()->getParent());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp170 const CFGBlock *Entry = &(L->getCFG()->getEntry());
H A DExprEngineCallAndReturn.cpp46 const CFGBlock *Entry = &(CalleeCFG->getEntry());

Completed in 249 milliseconds