HomeSort by relevance Sort by last modified time
    Searched refs:getBasicBlock (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 88 if (BB->getBasicBlock())
91 ":" + BB->getBasicBlock()->getNameStr());
ELFCodeEmitter.cpp 93 uintptr_t MBBOffset = getMachineBasicBlockAddress(MR.getBasicBlock());
111 Addr = getMachineBasicBlockAddress(MR.getBasicBlock());
MachineLICM.cpp 565 if (Preheader->getBasicBlock())
568 if (MI->getParent()->getBasicBlock())
    [all...]
MachineBasicBlock.cpp 192 if (const BasicBlock *LBB = getBasicBlock())
214 if (const BasicBlock *LBB = getBasicBlock()) {
ShrinkWrapping.cpp     [all...]
MachineFunction.cpp 349 if (const BasicBlock *BB = Node->getBasicBlock())
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 98 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
100 return VM[V] = BlockAddress::get(F, BB ? BB : BA->getBasicBlock());
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 286 MachineBasicBlock *getBasicBlock() const {
MachineBasicBlock.h 108 /// getBasicBlock - Return the LLVM basic block that this instance
112 const BasicBlock *getBasicBlock() const { return BB; }
SelectionDAG.h 387 SDValue getBasicBlock(MachineBasicBlock *MBB);
388 SDValue getBasicBlock(MachineBasicBlock *MBB, DebugLoc dl);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 220 BasicBlock *getBasicBlock(unsigned ID) const {
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 232 BasicBlock *getBasicBlock(unsigned ID) const {
BitcodeReader.cpp     [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 390 return Blocks[cast<BlockAddress>(L)->getBasicBlock()]
391 == cast<BlockAddress>(R)->getBasicBlock();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 62 if (const BasicBlock *BB = MBB->getBasicBlock())
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 253 if (const BasicBlock *bb = Pred->getBasicBlock())
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 426 TheJIT->addPointerToBasicBlock(MBB->getBasicBlock(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 255 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
355 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
435 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
    [all...]
  /external/llvm/include/llvm/
Constants.h 561 BasicBlock *getBasicBlock() const { return (BasicBlock*)Op<1>().get(); }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 177 DEBUG(dbgs() << "Creating Block " << MBB->getBasicBlock()->getName()
1032 return O << MBB->getBasicBlock()->getName() << "(MB)";
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 730 MF.CreateMachineBasicBlock(OrigBB->getBasicBlock());
    [all...]

Completed in 338 milliseconds

1 2 3