Home
last modified time | relevance | path

Searched defs:VisitedMBBs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/CodeGen/
H A DMLRegAllocDevelopmentFeatures.cpp239 std::map<MachineBasicBlock *, size_t> VisitedMBBs = {{nullptr, 1}}; TEST_F() local
/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp973 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