HomeSort by: relevance | last modified time | path
    Searched defs:BBNum (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBasicBlockInfo.cpp 121 unsigned BBNum = BB->getNumber();
128 for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) {
138 if (i > BBNum + 2 &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRCanonicalizerPass.cpp 425 unsigned BBNum = 0;
430 Changed |= runOnBasicBlock(MBB, BBNum++, Renamer);
LiveVariables.cpp 93 unsigned BBNum = MBB->getNumber();
105 if (VRInfo.AliveBlocks.test(BBNum))
109 VRInfo.AliveBlocks.set(BBNum);
132 unsigned BBNum = MBB->getNumber();
171 if (!VRInfo.AliveBlocks.test(BBNum))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 1007 unsigned BBNum = BB->getNumber();
1008 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1732 unsigned BBNum = 0, BBMisMatchNum = 0, NonZeroBBNum = 0;
1740 BBNum++;
1789 << ": Num_of_BB=" << ore::NV("Count", BBNum)

Completed in 98 milliseconds