Searched refs:getBB (Results 1 - 18 of 18) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h200 BasicBlock *getBB() const { return BB; } function in class:llvm::NonLocalDepEntry
222 BasicBlock *getBB() const { return Entry.getBB(); } function in class:llvm::NonLocalDepResult
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp658 DirtyBlocks.push_back(I->getBB());
697 if (Entry != Cache.begin() && std::prev(Entry)->getBB() == DirtyBB)
702 Entry->getBB() == DirtyBB) {
808 if (Entry != Cache->begin() && (Entry-1)->getBB() == BB)
812 if (Entry != Cache->begin()+NumSortedEntries && Entry->getBB() == BB)
991 DenseMap<BasicBlock*, Value*>::iterator VI = Visited.find(I->getBB());
1005 Visited.insert(std::make_pair(I->getBB(), Addr));
1011 Result.push_back(NonLocalDepResult(I->getBB(),
1014 } else if (DT->isReachableFromEntry(I->getBB())) {
1015 Result.push_back(NonLocalDepResult(I->getBB(),
[all...]
H A DMemDepPrinter.cpp118 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
151 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h119 /// MachineRelocation::getBB - Return a relocation entry for a BB.
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType, function in class:llvm::MachineRelocation
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp268 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp179 return MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h43 inline BasicBlock *getBB() { return bb; } function in class:nv50_ir::BuildUtil
H A Dnv50_ir_lowering_nv50.cpp860 bld.getBB()->remove(i);
944 bld.getBB()->remove(i);
H A Dnv50_ir_from_tgsi.cpp2204 BasicBlock *pos = getBB();
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp338 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h43 inline BasicBlock *getBB() { return bb; } function in class:nv50_ir::BuildUtil
H A Dnv50_ir_lowering_nv50.cpp860 bld.getBB()->remove(i);
944 bld.getBB()->remove(i);
H A Dnv50_ir_from_tgsi.cpp2204 BasicBlock *pos = getBB();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp856 bld.getBB()->remove(i);
929 bld.getBB()->remove(i);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp856 bld.getBB()->remove(i);
929 bld.getBB()->remove(i);
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp350 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){
1380 BasicBlock *DepBB = Deps[i].getBB();
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp513 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp262 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),

Completed in 3048 milliseconds