| /trueos/contrib/llvm/include/llvm/Analysis/ |
| HD | RegionIterator.h | 94 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()); \
|
| HD | RegionInfo.h | 105 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/ |
| HD | RegionInfo.cpp | 82 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 …]
|
| HD | RegionPrinter.cpp | 88 if (R->getParent()->getEntry() == destBB) in getEdgeAttributes() 93 if (R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()
|
| HD | RegionPass.cpp | 93 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()
|
| /trueos/contrib/llvm/lib/Transforms/Scalar/ |
| HD | StructurizeCFG.cpp | 268 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/ |
| HD | ELF.h | 298 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()
|
| HD | ELFObjectFile.h | 742 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/ |
| HD | UninitializedValues.cpp | 216 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()
|
| HD | ReachableCode.cpp | 303 unsigned numReachable = ScanReachableFromBlock(&cfg->getEntry(), reachable); in FindUnreachableCode()
|
| HD | CFG.cpp | 3832 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()
|
| HD | ThreadSafety.cpp | 2366 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/ |
| HD | CFG.h | 760 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/ |
| HD | opt.cpp | 326 << R->getEntry()->getParent()->getName() << "':\n"; in runOnRegion() 330 R->getEntry()->getParent()->getParent()); in runOnRegion()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | AnalysisBasedWarnings.cpp | 108 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/ |
| HD | DIE.h | 390 DIE *getEntry() const { return Entry; } in getEntry() function
|
| HD | DIEHash.cpp | 283 hashDIEEntry(Attribute, Tag, *EntryAttr->getEntry()); in hashAttribute()
|
| HD | DwarfCompileUnit.cpp | 308 const DIE *EntryCU = Entry->getEntry()->getCompileUnitOrNull(); in addDIEEntry() 1012 GlobalTypes[FullName] = Entry->getEntry(); in addGlobalType()
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | j_calls_example.txt | 70 311334 method java/util/HashMap.getEntry 36
|
| HD | j_syscalls_example.txt | 99 311536 method java/util/HashMap.getEntry 36
|
| HD | j_methodcalls_example.txt | 627 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/ |
| HD | DeadStoresChecker.cpp | 87 worklist.push_back(&cfg.getEntry()); in computeReachableBlocks()
|
| HD | IdempotentOperationChecker.cpp | 607 if (!CRA->isReachable(&AC->getCFG()->getEntry(), CB)) in pathWasCompletelyAnalyzed()
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | CoreEngine.cpp | 170 const CFGBlock *Entry = &(L->getCFG()->getEntry()); in ExecuteWorkList()
|
| HD | ExprEngineCallAndReturn.cpp | 46 const CFGBlock *Entry = &(CalleeCFG->getEntry()); in processCallEnter()
|