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

  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 117 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
129 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 203 BasicBlock *getBB() const { return BB; }
226 BasicBlock *getBB() const { return Entry.getBB(); }
  /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/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 356 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){
    [all...]

Completed in 205 milliseconds