Home
last modified time | relevance | path

Searched refs:BBIndex (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRNamerPass.cpp60 unsigned BBIndex = 0; in runOnMachineFunction() local
63 Changed |= Renamer.renameVRegs(MBB, BBIndex++); in runOnMachineFunction()
DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/external/llvm-project/llvm/lib/CodeGen/
DMIRNamerPass.cpp60 unsigned BBIndex = 0; in runOnMachineFunction() local
63 Changed |= Renamer.renameVRegs(MBB, BBIndex++); in runOnMachineFunction()
DBasicBlockSections.cpp435 unsigned long long BBIndex; in getBBClusterInfo() local
436 if (getAsUnsignedInteger(BBIndexStr, 10, BBIndex)) in getBBClusterInfo()
439 if (!FuncBBIDs.insert(BBIndex).second) in getBBClusterInfo()
442 if (!BBIndex && CurrentPosition) in getBBClusterInfo()
446 ((unsigned)BBIndex), CurrentCluster, CurrentPosition++}); in getBBClusterInfo()
DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()