Searched refs:getFunc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n';
318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n';
H A DRDFDeadCode.cpp128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG))
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
H A DHexagonOptAddrMode.cpp802 NodeAddr<FuncNode *> FA = DFG->getFunc();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp186 Function *getFunc() const { return F; } function in class:__anon2599::FunctionNode
220 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers);
867 Function *F = FN.getFunc();
918 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) {
920 Function *F = OldF.getFunc();
923 assert(OldF.getFunc() != F && "Must have swapped the functions.");
926 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName()
930 mergeTwoFunctions(OldF.getFunc(), DeleteF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1004 Function &getFunc() const { return F; } function in class:__anon2639::PGOUseFunc
1603 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n";
1612 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
1614 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
1616 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n";
1757 return &G->getFunc().front();
1767 return nodes_iterator(G->getFunc().begin());
1771 return nodes_iterator(G->getFunc().end());
1780 return G->getFunc().getName();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp429 NodeAddr<FuncNode*> FA = DFG.getFunc();
686 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
720 NodeAddr<FuncNode*> FA = DFG.getFunc();
1069 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp471 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG);
478 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h660 NodeAddr<FuncNode*> getFunc() const { return Func; } function in struct:DataFlowGraph

Completed in 90 milliseconds