HomeSort by relevance Sort by last modified time
    Searched refs:BBNum (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
BasicBlockTracing.c 39 void llvm_trace_basic_block (unsigned BBNum) {
40 *ArrayCursor++ = BBNum;
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 96 unsigned BBNum = MBB->getNumber();
108 if (VRInfo.AliveBlocks.test(BBNum))
112 VRInfo.AliveBlocks.set(BBNum);
135 unsigned BBNum = MBB->getNumber();
173 if (!VRInfo.AliveBlocks.test(BBNum))
SplitKit.h 57 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum);
SplitKit.cpp 45 unsigned BBNum)
46 : LIS(lis), LastInsertPoint(BBNum) {}
    [all...]
MachineScheduler.cpp 745 unsigned BBNum = begin()->getParent()->getNumber();
746 dbgs() << "*** Final schedule for BB#" << BBNum << " ***\n";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 92 unsigned BBNum = MBB->getNumber();
104 if (VRInfo.AliveBlocks.test(BBNum))
108 VRInfo.AliveBlocks.set(BBNum);
130 unsigned BBNum = MBB->getNumber();
169 if (!VRInfo.AliveBlocks.test(BBNum))
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp     [all...]

Completed in 677 milliseconds