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 113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 766 ReplaceMBBInJumpTable(i, Old, New);
770 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
772 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 131 milliseconds