Searched
full:basicblock (Results
376 -
400 of
561) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Analysis/ |
AliasDebugger.cpp | 66 for (BasicBlock::const_iterator BI = FI->begin(), BE = FI->end();
|
DomPrinter.cpp | 36 BasicBlock *BB = Node->getBlock();
|
IntervalPartition.cpp | 59 BasicBlock *Header = Int->getHeaderNode();
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.cpp | 54 BasicBlock = false; 66 BasicBlock = false; 76 << (BasicBlock ? " basic_block" : "") 365 state.BasicBlock = true;
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.h | 64 virtual void *getPointerToBasicBlock(BasicBlock *BB);
|
/external/llvm/lib/IR/ |
Metadata.cpp | 150 BasicBlock *BB = I->getParent(); 155 if (BasicBlock *BB = dyn_cast<BasicBlock>(V)) 211 return isa<Instruction>(V) || isa<Argument>(V) || isa<BasicBlock>(V) ||
|
PrintModulePass.cpp | 92 bool runOnBasicBlock(BasicBlock &BB) {
|
Core.cpp | [all...] |
Verifier.cpp | 265 void visitBasicBlock(BasicBlock &BB); 604 else if (BasicBlock *BB = dyn_cast<BasicBlock>(Op)) [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.h | 81 BasicBlock *getParentBlock(Value *v);
|
/external/llvm/lib/Transforms/Instrumentation/ |
EdgeProfiling.cpp | 62 std::set<BasicBlock*> BlocksToInstrument;
|
AddressSanitizer.cpp | 423 for (df_iterator<BasicBlock*> DI = df_begin(&F.getEntryBlock()), 425 BasicBlock *BB = *DI; 757 BasicBlock *NextBB = CheckTerm->getSuccessor(0); 760 BasicBlock *CrashBlock = 761 BasicBlock::Create(*C, "", NextBB->getParent(), NextBB); [all...] |
/external/llvm/lib/Transforms/Utils/ |
MetaRenamer.cpp | 127 for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; ++I)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target.h | 82 virtual void prepareEmission(BasicBlock *);
|
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 338 BasicBlock *EntryBlock = Arg->getParent()->begin(); 341 for (BasicBlock::iterator I = EntryBlock->begin(), E = EntryBlock->end(); 448 SmallPtrSet<BasicBlock*, 16> TranspBlocks; 456 BasicBlock *BB = Load->getParent(); 466 BasicBlock *P = *PI; 467 for (idf_ext_iterator<BasicBlock*, SmallPtrSet<BasicBlock*, 16> > [all...] |
GlobalOpt.cpp | [all...] |
/dalvik/vm/compiler/codegen/x86/ |
Lower.h | [all...] |
/external/clang/lib/CodeGen/ |
CGVTables.cpp | 169 llvm::BasicBlock *AdjustNull = 0; 170 llvm::BasicBlock *AdjustNotNull = 0; 171 llvm::BasicBlock *AdjustEnd = 0; 257 llvm::BasicBlock *EntryBB = Fn->begin(); 259 for (llvm::BasicBlock::iterator I = EntryBB->begin(), E = EntryBB->end(); [all...] |
CGCall.cpp | [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 502 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub); 689 void JIT::addPointerToBasicBlock(const BasicBlock *BB, void *Addr) { 701 void JIT::clearPointerToBasicBlock(const BasicBlock *BB) { 706 void *JIT::getPointerToBasicBlock(BasicBlock *BB) {
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 222 BasicBlock *InBB = PN.getIncomingBlock(i); 248 BasicBlock::iterator BBI = L, E = L->getParent()->end(); 698 DenseMap<BasicBlock*, Value*> PredValues; 723 BasicBlock *Pred = PN->getIncomingBlock(i); [all...] |
/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) {
|
/external/llvm/include/llvm/Analysis/ |
DominatorInternals.h | 249 // one exit block, or it may be the virtual exit (denoted by (BasicBlock *)0) 272 // Add a new tree node for this BasicBlock, and link it as a child of
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfo.h | 257 MCSymbol *getAddrLabelSymbol(const BasicBlock *BB); 262 std::vector<MCSymbol*> getAddrLabelSymbolToEmit(const BasicBlock *BB);
|
Completed in 1138 milliseconds
<<11121314151617181920>>