Searched refs:getFunc (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 179 Function *getFunc() const { return F; } in getFunc() function in __anonc9c4572e0111::FunctionNode 216 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 966 Function *F = FN.getFunc(); in replaceFunctionInTree() 1025 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert() 1027 Function *F = OldF.getFunc(); in insert() 1030 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 1033 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 1037 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert() 1038 this->DelToNewMap.insert({DeleteF, OldF.getFunc()}); in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 161 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run() 320 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 327 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 335 << 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 | 1173 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1228 Function &getFunc() const { return F; } in getFunc() function in __anon0925556b0911::PGOUseFunc 2034 Function &F = Func.getFunc(); in fixFuncEntryCount() 2083 Function &F = Func.getFunc(); in verifyFuncBFI() 2296 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 2305 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 2307 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 2309 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 2467 return &G->getFunc().front(); in getEntryNode() 2477 return nodes_iterator(G->getFunc().begin()); in nodes_begin() 2481 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() 742 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 776 NodeAddr<FuncNode *> FA = DFG.getFunc(); in computeLiveIns() 1121 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 | 467 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() 474 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in getGadgetGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.cpp | 135 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
|