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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 108 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
110 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 581 ReplaceMBBInJumpTable(i, Old, New);
585 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
587 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx,
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 243 milliseconds