Searched defs:VisitedMBBs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MLRegAllocDevelopmentFeatures.cpp | 239 std::map<MachineBasicBlock *, size_t> VisitedMBBs = {{nullptr, 1}}; TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocEvictAdvisor.cpp | 973 std::map<MachineBasicBlock *, size_t> VisitedMBBs; extractInstructionFeatures() local 1063 extractMBBFrequency(const SlotIndex CurrentIndex,const size_t CurrentInstructionIndex,std::map<MachineBasicBlock *,size_t> & VisitedMBBs,function_ref<float (SlotIndex)> GetMBBFreq,MachineBasicBlock * CurrentMBBReference,MLModelRunner * RegallocRunner,const int MBBFreqIndex,const int MBBMappingIndex) extractMBBFrequency() argument
|