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

/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DBasicBlockTracing.c39 void llvm_trace_basic_block (unsigned BBNum) { argument
40 *ArrayCursor++ = BBNum;
/external/llvm/lib/CodeGen/
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.h57 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum);
H A DSplitKit.cpp45 unsigned BBNum)
46 : LIS(lis), LastInsertPoint(BBNum) {}
44 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum) argument
H A DMachineScheduler.cpp745 unsigned BBNum = begin()->getParent()->getNumber();
746 dbgs() << "*** Final schedule for BB#" << BBNum << " ***\n";
1135 unsigned BBNum = begin()->getParent()->getNumber();
1136 dbgs() << "*** Final schedule for BB#" << BBNum << " ***\n";
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveVariables.cpp92 unsigned BBNum = MBB->getNumber(); local
104 if (VRInfo.AliveBlocks.test(BBNum))
108 VRInfo.AliveBlocks.set(BBNum);
130 unsigned BBNum = MBB->getNumber(); local
169 if (!VRInfo.AliveBlocks.test(BBNum))
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1028 unsigned BBNum = BB->getNumber(); local
1029 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) {
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1179 unsigned BBNum = BB->getNumber(); local
1180 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) {
1190 if (i > BBNum + 2 &&
/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1898 unsigned BBNum = begin()->getParent()->getNumber();
1899 dbgs() << "*** Final schedule for BB#" << BBNum << " ***\n";

Completed in 245 milliseconds