Searched refs:getFunc (Results 1 – 9 of 9) sorted by relevance
29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function34 FPT Fp = getFunc(I); in main()39 Fp = getFunc(511 - I); in main()
185 Function *getFunc() const { return F; } in getFunc() function in __anon0a4371590111::FunctionNode219 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()()864 Function *F = FN.getFunc(); in replaceFunctionInTree()915 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert()917 Function *F = OldF.getFunc(); in insert()920 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert()923 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert()927 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run()311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
803 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
1109 Function &getFunc() const { return F; } in getFunc() function in __anon333165960611::PGOUseFunc1676 Function &F = Func.getFunc(); in fixFuncEntryCount()1725 Function &F = Func.getFunc(); in verifyFuncBFI()1903 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()1912 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()1914 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()1916 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()2088 return &G->getFunc().front(); in getEntryNode()2098 return nodes_iterator(G->getFunc().begin()); in nodes_begin()2102 return nodes_iterator(G->getFunc().end()); in nodes_end()[all …]
469 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo()743 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns()777 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns()1123 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
471 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph()478 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in getGadgetGraph()
660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function