Home
last modified time | relevance | path

Searched refs:getEntry (Results 1 – 25 of 27) sorted by relevance

12

/trueos/contrib/llvm/include/llvm/Analysis/
HDRegionIterator.h94 BItor(succ_begin(node->getEntry())) { in RNSuccIterator()
99 while (succ_end(node->getEntry()) != BItor && isExit(*BItor)) in RNSuccIterator()
109 BItor(succ_end(node->getEntry())) {} in RNSuccIterator()
135 while (BItor != succ_end(getNode()->getEntry())
182 Itor(succ_begin(node->getEntry())) { in RNSuccIterator()
188 while (succ_end(Node->getEntry()) != Itor in RNSuccIterator()
194 Itor(succ_end(node->getEntry())) { in RNSuccIterator()
225 while (Itor != succ_end(Node->getEntry())
294 return R->getNode(R->getEntry()); \
308 return R->getBBNode(R->getEntry()); \
HDRegionInfo.h105 inline BasicBlock* getEntry() const { return entry.getPointer(); } in getEntry() function
131 return getEntry();
255 BasicBlock *getEntry() const { return RegionNode::getEntry(); } in getEntry() function
382 return contains(SubRegion->getEntry()) in contains()
535 return block_iterator(getEntry(), getExit()); in block_begin()
543 return const_block_iterator(getEntry(), getExit()); in block_begin()
/trueos/contrib/llvm/lib/Analysis/
HDRegionInfo.cpp82 BasicBlock *OldEntry = getEntry(); in replaceEntryRecursive()
91 if ((*RI)->getEntry() == OldEntry) in replaceEntryRecursive()
118 BasicBlock *entry = getEntry(), *exit = getExit(); in contains()
167 BasicBlock *entry = getEntry(); in getEnteringBlock()
215 if (getEntry()->getName().empty()) { in getNameStr()
218 WriteAsOperand(OS, getEntry(), false); in getNameStr()
220 entryName = getEntry()->getName(); in getNameStr()
239 BasicBlock *entry = getEntry(), *exit = getExit(); in verifyBBInRegion()
269 verifyWalk(getEntry(), &visited); in verifyRegion()
307 if (R->getEntry() != BB) in getSubRegionNode()
[all …]
HDRegionPrinter.cpp88 if (R->getParent()->getEntry() == destBB) in getEdgeAttributes()
93 if (R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()
HDRegionPass.cpp93 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDStructurizeCFG.cpp268 LLVMContext &Context = R->getEntry()->getContext(); in INITIALIZE_PASS_DEPENDENCY()
294 Loops[Exit] = N->getEntry(); in analyzeLoops()
370 BasicBlock *BB = N->getEntry(); in gatherPredicates()
422 BasicBlock *Entry = R->getEntry(); in gatherPredicates()
450 Visited.insert((*OI)->getEntry()); in collectInfos()
646 Order.back()->getEntry(); in getNextFlow()
656 BasicBlock *Entry = PrevNode->getEntry(); in needPrefix()
693 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
705 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
718 if (!Dominated && DT->dominates(I->first, PrevNode->getEntry())) in isPredictableTrue()
[all …]
/trueos/contrib/llvm/include/llvm/Object/
HDELF.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()))); in getRelocationSymbol()
829 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_t Entry) const { in getEntry() function
830 return getEntry<T>(getSection(Section), Entry); in getEntry()
835 const T *ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, in getEntry() function
951 const Elf_Versym *vs = getEntry<Elf_Versym>(dot_gnu_version_sec, entry_index); in getSymbolVersion()
HDELFObjectFile.h742 EF.template getEntry<Elf_Sym>(sec->sh_link, symbol_index); in getRelocationValueString()
805 return EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b); in getRel()
811 return EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b); in getRela()
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDUninitializedValues.cpp216 assert(*PO_I == &cfg.getEntry()); in DataflowWorklist()
532 if (B == &cfg.getEntry()) in getUninitUse()
824 const CFGBlock &entry = cfg.getEntry(); in runUninitializedVariablesAnalysis()
834 worklist.enqueueSuccessors(&cfg.getEntry()); in runUninitializedVariablesAnalysis()
836 wasAnalyzed[cfg.getEntry().getBlockID()] = true; in runUninitializedVariablesAnalysis()
HDReachableCode.cpp303 unsigned numReachable = ScanReachableFromBlock(&cfg->getEntry(), reachable); in FindUnreachableCode()
HDCFG.cpp3832 if (&B == &cfg->getEntry()) in print_block()
3987 print_block(OS, this, getEntry(), Helper, true, ShowColors); in print()
3992 if (&(**I) == &getEntry() || &(**I) == &getExit()) in print()
HDThreadSafety.cpp2366 BlockInfo[CFGraph->getEntry().getBlockID()].Reachable = true; in runAnalysis()
2592 CFGBlockInfo *Initial = &BlockInfo[CFGraph->getEntry().getBlockID()]; in runAnalysis()
/trueos/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h760 CFGBlock & getEntry() { return *Entry; } in getEntry() function
761 const CFGBlock & getEntry() const { return *Entry; } in getEntry() function
960 static NodeType *getEntryNode(::clang::CFG* F) { return &F->getEntry(); }
972 return &F->getEntry();
/trueos/contrib/llvm/tools/opt/
HDopt.cpp326 << R->getEntry()->getParent()->getName() << "':\n"; in runOnRegion()
330 R->getEntry()->getParent()->getParent()); in runOnRegion()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp108 unsigned count = reachable_code::ScanReachableFromBlock(&cfg->getEntry(), in CheckFallThrough()
741 ReachableBlocks.insert(&Cfg->getEntry()); in fillReachableBlocks()
742 BlockQueue.push_back(&Cfg->getEntry()); in fillReachableBlocks()
1688 if (cra->isReachable(&AC.getCFG()->getEntry(), block)) in IssueWarnings()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDIE.h390 DIE *getEntry() const { return Entry; } in getEntry() function
HDDIEHash.cpp283 hashDIEEntry(Attribute, Tag, *EntryAttr->getEntry()); in hashAttribute()
HDDwarfCompileUnit.cpp308 const DIE *EntryCU = Entry->getEntry()->getCompileUnitOrNull(); in addDIEEntry()
1012 GlobalTypes[FullName] = Entry->getEntry(); in addGlobalType()
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDj_calls_example.txt70 311334 method java/util/HashMap.getEntry 36
HDj_syscalls_example.txt99 311536 method java/util/HashMap.getEntry 36
HDj_methodcalls_example.txt627 311492 3 java/util/jar/JarFile.getEntry
783 311492 7 java/util/zip/ZipFile.getEntry
953 311492 36 java/util/HashMap.getEntry
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDeadStoresChecker.cpp87 worklist.push_back(&cfg.getEntry()); in computeReachableBlocks()
HDIdempotentOperationChecker.cpp607 if (!CRA->isReachable(&AC->getCFG()->getEntry(), CB)) in pathWasCompletelyAnalyzed()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp170 const CFGBlock *Entry = &(L->getCFG()->getEntry()); in ExecuteWorkList()
HDExprEngineCallAndReturn.cpp46 const CFGBlock *Entry = &(CalleeCFG->getEntry()); in processCallEnter()

12