Searched refs:getFunc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 181 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 D | HexagonRDFOpt.cpp | 168 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 D | RDFDeadCode.cpp | 129 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 D | HexagonOptAddrMode.cpp | 888 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1147 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 D | RDFLiveness.cpp | 464 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 D | X86LoadValueInjectionLoadHardening.cpp | 469 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 D | VERegisterInfo.cpp | 139 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in __anon3462139c0111::EliminateFrameIndex
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 693 Func getFunc() const { return TheFunc; } in getFunc() function
|