Searched refs:getFunc (Results 1 – 9 of 9) sorted by relevance
183 Function *getFunc() const { return F; } in getFunc() function in __anon5184a3a50111::FunctionNode217 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()()884 Function *F = FN.getFunc(); in replaceFunctionInTree()935 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert()937 Function *F = OldF.getFunc(); in insert()940 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert()943 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert()947 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run()310 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()317 << 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()
878 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
1083 Function &getFunc() const { return F; } in getFunc() function in __anon0345afe20611::PGOUseFunc1941 Function &F = Func.getFunc(); in fixFuncEntryCount()1990 Function &F = Func.getFunc(); in verifyFuncBFI()2188 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()2197 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()2199 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()2201 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()2356 return &G->getFunc().front(); in getEntryNode()2366 return nodes_iterator(G->getFunc().begin()); in nodes_begin()2370 return nodes_iterator(G->getFunc().end()); in nodes_end()[all …]
467 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo()740 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns()774 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns()1120 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()
139 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in __anona05bf9b30111::EliminateFrameIndex
664 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function