HomeSort by relevance Sort by last modified time
    Searched refs:getBB (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 200 BasicBlock *getBB() const { return BB; }
222 BasicBlock *getBB() const { return Entry.getBB(); }
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 658 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)
    [all...]
MemDepPrinter.cpp 118 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
151 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 119 /// MachineRelocation::getBB - Return a relocation entry for a BB.
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType,
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 268 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 179 return MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
nv50_ir_lowering_nv50.cpp 860 bld.getBB()->remove(i);
944 bld.getBB()->remove(i);
nv50_ir_from_tgsi.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 338 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
nv50_ir_lowering_nv50.cpp 860 bld.getBB()->remove(i);
944 bld.getBB()->remove(i);
nv50_ir_from_tgsi.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 856 bld.getBB()->remove(i);
929 bld.getBB()->remove(i);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 856 bld.getBB()->remove(i);
929 bld.getBB()->remove(i);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 350 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 513 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 262 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]

Completed in 449 milliseconds