Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-value-prof-real.c29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function
34 FPT Fp = getFunc(I); in main()
39 Fp = getFunc(511 - I); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp185 Function *getFunc() const { return F; } in getFunc() function in __anon0a4371590111::FunctionNode
219 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()()
864 Function *F = FN.getFunc(); in replaceFunctionInTree()
915 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert()
917 Function *F = OldF.getFunc(); in insert()
920 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert()
923 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert()
927 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run()
311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
318 << 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.cpp803 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1109 Function &getFunc() const { return F; } in getFunc() function in __anon333165960611::PGOUseFunc
1676 Function &F = Func.getFunc(); in fixFuncEntryCount()
1725 Function &F = Func.getFunc(); in verifyFuncBFI()
1903 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()
1912 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
1914 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
1916 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()
2088 return &G->getFunc().front(); in getEntryNode()
2098 return nodes_iterator(G->getFunc().begin()); in nodes_begin()
2102 return nodes_iterator(G->getFunc().end()); in nodes_end()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp469 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo()
743 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns()
777 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns()
1123 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function