Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp183 Function *getFunc() const { return F; } in getFunc() function in __anon5184a3a50111::FunctionNode
217 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp163 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()
H A DRDFDeadCode.cpp128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
H A DHexagonOptAddrMode.cpp878 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1083 Function &getFunc() const { return F; } in getFunc() function in __anon0345afe20611::PGOUseFunc
1941 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 …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp467 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp471 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph()
478 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in getGadgetGraph()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp139 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in __anona05bf9b30111::EliminateFrameIndex
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h664 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function