Searched refs:initializeGraph (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 167 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller); 578 void RegAllocPBQP::initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, in initializeGraph() function in RegAllocPBQP 842 initializeGraph(G, VRM, *VRegSpiller); in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 136 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller); 561 void RegAllocPBQP::initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, in initializeGraph() function in RegAllocPBQP 794 initializeGraph(G, VRM, *VRegSpiller); in runOnMachineFunction()
|