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

  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 642 MachineBasicBlock *JumpTableBB = MF->CreateMachineBasicBlock();
643 MF->insert(std::next(MachineFunction::iterator(MBB)), JumpTableBB);
644 MachineInstr *CPEMI = BuildMI(*JumpTableBB, JumpTableBB->begin(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 75 milliseconds