HomeSort by relevance Sort by last modified time
    Searched refs:BasicBlock (Results 401 - 425 of 521) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 34 BasicBlock *LatchBlock = L->getLoopLatch();
AliasSetTracker.cpp 363 void AliasSetTracker::add(BasicBlock &BB) {
364 for (BasicBlock::iterator I = BB.begin(), E = BB.end(); I != E; ++I)
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 183 for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; ++I)
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h     [all...]
Lower.cpp 57 BasicBlock* traceCurrentBB = NULL;
422 void startOfBasicBlock(BasicBlock* bb) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 49 std::vector<BasicBlock*>().swap(FunctionBBs);
980 BasicBlock *BB = getBasicBlock(Record[0]);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp 59 if (const BasicBlock *BB = dyn_cast<BasicBlock>(V))
406 if (const BasicBlock *BB = dyn_cast<BasicBlock>(V))
516 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); I != E;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
Reassociate.cpp 161 DenseMap<BasicBlock*, unsigned> RankMap;
274 BasicBlock *BB = *I;
280 for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; ++I)
    [all...]
EarlyCSE.cpp 410 BasicBlock *BB = Node->getBlock();
431 for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; ) {
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGDeclCXX.cpp 420 llvm::BasicBlock *ExitBlock = 0;
430 llvm::BasicBlock *InitBlock = createBasicBlock("init");
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 103 std::vector<BasicBlock*>().swap(FunctionBBs);
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 212 void MipsMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) {
216 void MipsMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) {
  /art/compiler/dex/quick/x86/
int_x86.cc 164 void X86Mir2Lir::GenSelect(BasicBlock* bb, MIR* mir) {
168 void X86Mir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) {
  /art/compiler/dex/
vreg_analysis.cc 75 bool MIRGraph::InferTypeAndSize(BasicBlock* bb) {
449 for (BasicBlock* bb = iter.Next(false); bb != NULL; bb = iter.Next(change)) {
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 19 import com.android.dx.rop.code.BasicBlock;
146 BasicBlock bb = ropBlocks.get(basicBlockIndex);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 19 import com.android.dx.rop.code.BasicBlock;
147 BasicBlock bb = ropBlocks.get(basicBlockIndex);
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 583 class BasicBlock;
584 typedef IntegersSubsetMapping<BasicBlock> IntegersSubsetToBB;
  /external/llvm/lib/CodeGen/
Analysis.cpp 479 const BasicBlock *ExitBB = I->getParent();
500 for (BasicBlock::const_iterator BBI = prior(prior(ExitBB->end())); ;
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 341 BasicBlock &BB = *FI;
342 for (BasicBlock::iterator BI = BB.begin(), BE = BB.end();
  /frameworks/compile/slang/
slang_rs_backend.cpp 348 llvm::BasicBlock *BB =
349 llvm::BasicBlock::Create(mLLVMContext, "entry", HelperFunction);

Completed in 2143 milliseconds

<<11121314151617181920>>