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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 201 BasicBlock *getBB() const { return BB; }
223 BasicBlock *getBB() const { return Entry.getBB(); }
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 615 DirtyBlocks.push_back(I->getBB());
654 if (Entry != Cache.begin() && prior(Entry)->getBB() == DirtyBB)
659 Entry->getBB() == DirtyBB) {
765 if (Entry != Cache->begin() && (Entry-1)->getBB() == BB)
769 if (Entry != Cache->begin()+NumSortedEntries && Entry->getBB() == BB)
    [all...]
MemDepPrinter.cpp 119 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
152 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/CodeGen/
ELFCodeEmitter.cpp 193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]);
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 229 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 171 return MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 251 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 301 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 528 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]

Completed in 844 milliseconds