OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBB
(Results
1 - 17
of
17
) 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
653
DirtyBlocks.push_back(I->
getBB
());
692
if (Entry != Cache.begin() && prior(Entry)->
getBB
() == DirtyBB)
697
Entry->
getBB
() == DirtyBB) {
803
if (Entry != Cache->begin() && (Entry-1)->
getBB
() == BB)
807
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/Target/PowerPC/
PPCCodeEmitter.cpp
176
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
274
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
348
if (NonLocalDepCall && DT->properlyDominates(I->
getBB
(), C->getParent())){
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
264
MCE.addRelocation(MachineRelocation::
getBB
(MCE.getCurrentPCOffset(),
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
547
MCE.addRelocation(MachineRelocation::
getBB
(MCE.getCurrentPCOffset(),
[
all
...]
Completed in 454 milliseconds