Searched refs:initializeGraph (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 166 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller); 577 void RegAllocPBQP::initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, in initializeGraph() function in RegAllocPBQP 841 initializeGraph(G, VRM, *VRegSpiller); in runOnMachineFunction()
|