Home
last modified time | relevance | path

Searched refs:getFunc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp181 Function *getFunc() const { return F; } in getFunc() function in __anonc9c4572e0111::FunctionNode
215 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()()
943 Function *F = FN.getFunc(); in replaceFunctionInTree()
994 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert()
996 Function *F = OldF.getFunc(); in insert()
999 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert()
1002 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert()
1006 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp168 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run()
327 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
334 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
342 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
H A DRDFDeadCode.cpp129 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
158 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
H A DHexagonOptAddrMode.cpp888 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1147 Function &getFunc() const { return F; } in getFunc() function in __anon0925556b0811::PGOUseFunc
1932 Function &F = Func.getFunc(); in fixFuncEntryCount()
1981 Function &F = Func.getFunc(); in verifyFuncBFI()
2185 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()
2194 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
2196 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
2198 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()
2353 return &G->getFunc().front(); in getEntryNode()
2363 return nodes_iterator(G->getFunc().begin()); in nodes_begin()
2367 return nodes_iterator(G->getFunc().end()); in nodes_end()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp464 NodeAddr<FuncNode *> FA = DFG.getFunc(); in computePhiInfo()
747 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns()
781 NodeAddr<FuncNode *> FA = DFG.getFunc(); in computeLiveIns()
1126 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp469 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph()
476 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in getGadgetGraph()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp139 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in __anon3462139c0111::EliminateFrameIndex
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h693 Func getFunc() const { return TheFunc; } in getFunc() function