HomeSort by relevance Sort by last modified time
    Searched full:mcfg (Results 1 - 3 of 3) sorted by null

  /system/core/nexus/
InterfaceConfig.cpp 83 mCfg = c;
87 memcpy(&mCfg->mDns[idx], value, sizeof(struct in_addr));
91 memcpy(buf, &mCfg->mDns[idx], sizeof(struct in_addr));
InterfaceConfig.h 71 InterfaceConfig *mCfg;
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 197 /// for the given MBB by looking forward in the MCFG at MBB's
235 /// for the given MBB by looking backward in the MCFG at MBB's
273 /// registers in the MCFG of the current function iteratively,
280 // Calculate Antic{In,Out} and Avail{In,Out} iteratively on the MCFG.
354 /// all return blocks. These blocks, taken as a subgraph of the MCFG,
551 /// is a subgraph of the MCFG with multiple entry edges, multiple
553 /// through the MCFG until all paths requiring spills and restores
803 // Iterate computation of spill and restore placements in the MCFG until:
804 // 1. CSR use info has been fully propagated around the MCFG, and
814 // Calculate CSR{Save,Restore} sets using Antic, Avail on the MCFG,
    [all...]

Completed in 137 milliseconds