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

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

Completed in 162 milliseconds