Home
last modified time | relevance | path

Searched refs:BBIndex (Results 26 – 46 of 46) sorted by relevance

12

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp472 unsigned long long BBIndex; in getBBClusterInfo() local
473 if (getAsUnsignedInteger(BBIndexStr, 10, BBIndex)) in getBBClusterInfo()
476 if (!FuncBBIDs.insert(BBIndex).second) in getBBClusterInfo()
479 if (!BBIndex && CurrentPosition) in getBBClusterInfo()
483 ((unsigned)BBIndex), CurrentCluster, CurrentPosition++}); in getBBClusterInfo()
H A DIndirectBrExpandPass.cpp158 int BBIndex = BBs.size() + 1; in runOnFunction() local
162 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp144 int BBIndex = BBs.size() + 1; in runOnFunction() local
148 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1;
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp145 int BBIndex = BBs.size() + 1; in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp158 int BBIndex = BBs.size() + 1; in runOnFunction() local
162 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp158 int BBIndex = BBs.size() + 1; in runOnFunction() local
162 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp158 int BBIndex = BBs.size() + 1; in runOnFunction() local
162 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp158 int BBIndex = BBs.size() + 1; in runOnFunction() local
162 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp158 int BBIndex = BBs.size() + 1; in runOnFunction() local
162 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
/dports/devel/py-buildbot/buildbot-3.4.1/docs/bbdocs/
H A Dext.py149 class BBIndex(Index): class
191 (BBIndex,),
/dports/biology/bbmap/bbmap/current/align2/
H A DBBMapThread.java26 static final int ALIGN_COLUMNS=BBIndex.ALIGN_COLUMNS;
58 public final BBIndex index;
103 BBIndex.MIN_APPROX_HITS_TO_KEEP, BBIndex.USE_EXTENDED_SCORE, in BBMapThread()
104BBIndex.BASE_HIT_SCORE, BBIndex.USE_AFFINE_SCORE, BBIndex.MAX_INDEL, TRIM_LIST_, TIP_DELETION_SEAR… in BBMapThread()
135 index=new BBIndex(KEYLEN, minChrom, maxChrom, KFILTER, msa); in BBMapThread()
H A DBBIndex.java26 public final class BBIndex extends AbstractIndex { class
74 public BBIndex(int k_, int minChrom_, int maxChrom_, int kfilter_, MSA msa_){ in BBIndex() method in BBIndex

12