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

1 2 3

  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 112 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
119 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 431 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock();
434 OS << (const void*)BBDN->getBasicBlock() << ">";
492 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false);
SelectionDAGBuilder.cpp     [all...]
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 121 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
123 return VM[V] = BlockAddress::get(F, BB ? BB : BA->getBasicBlock());
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 286 MachineBasicBlock *getBasicBlock() const {
MachineBasicBlock.h 113 /// getBasicBlock - Return the LLVM basic block that this instance
117 const BasicBlock *getBasicBlock() const { return BB; }
SelectionDAG.h 467 SDValue getBasicBlock(MachineBasicBlock *MBB);
468 SDValue getBasicBlock(MachineBasicBlock *MBB, SDLoc dl);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 266 BasicBlock *getBasicBlock(unsigned ID) const {
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 261 BasicBlock *getBasicBlock(unsigned ID) const {
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 148 MF->CreateMachineBasicBlock(MBB->getBasicBlock());
252 const BasicBlock *BB = MBB->getBasicBlock();
Mips16ISelLowering.cpp 526 const BasicBlock *LLVM_BB = BB->getBasicBlock();
588 const BasicBlock *LLVM_BB = BB->getBasicBlock();
652 const BasicBlock *LLVM_BB = BB->getBasicBlock();
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 390 return Blocks[cast<BlockAddress>(L)->getBasicBlock()]
391 == cast<BlockAddress>(R)->getBasicBlock();
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 266 BasicBlock *getBasicBlock(unsigned ID) const {
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 248 if (const BasicBlock *LBB = getBasicBlock())
259 if (getBasicBlock())
260 Name += getBasicBlock()->getName();
280 if (const BasicBlock *LBB = getBasicBlock()) {
    [all...]
MachineLICM.cpp     [all...]
BranchFolding.cpp 692 SuccBB->getBasicBlock() : MBB->getBasicBlock();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 406 TheJIT->addPointerToBasicBlock(MBB->getBasicBlock(),
853 ResultPtr = (void*)getMachineBasicBlockAddress(MR.getBasicBlock());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 217 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock());
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 844 InMBB = I->getParent() == FuncInfo.MBB->getBasicBlock();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 557 milliseconds

1 2 3