Searched refs:BBNum (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.h76 /// Names are as follows bb<BBNum>_hash_[0-9]+
83 /// Same as the above, but sets a BBNum depending on BB traversal that
85 bool renameVRegs(MachineBasicBlock *MBB, unsigned BBNum) { argument
86 CurrentBBNumber = BBNum;
H A DMIRCanonicalizerPass.cpp428 unsigned BBNum = 0; local
433 Changed |= runOnBasicBlock(MBB, BBNum++, Renamer);
H A DLiveVariables.cpp96 unsigned BBNum = MBB->getNumber(); local
108 if (VRInfo.AliveBlocks.test(BBNum))
112 VRInfo.AliveBlocks.set(BBNum);
135 unsigned BBNum = MBB->getNumber(); local
173 if (!VRInfo.AliveBlocks.test(BBNum))
H A DSplitKit.h63 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum);
H A DSplitKit.cpp72 unsigned BBNum)
73 : LIS(lis), LastInsertPoint(BBNum) {}
71 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp121 unsigned BBNum = BB->getNumber(); local
128 for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) {
138 if (i > BBNum + 2 &&
H A DARMBasicBlockInfo.h147 void insert(unsigned BBNum, BasicBlockInfo BBI) { argument
148 BBInfo.insert(BBInfo.begin() + BBNum, BBI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1013 unsigned BBNum = BB->getNumber(); local
1014 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) {

Completed in 202 milliseconds