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

  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 44 public static boolean isReturn(int opcode) {
SubroutineScanner.java 99 if (Util.isReturn(opcode) || opcode == RET || opcode == ATHROW)
Analyzer.java 201 } else if (opcode != ATHROW && ! Util.isReturn(opcode)) {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 65 MCid.isCall() || MCid.isBranch() || MCid.isReturn())) {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 277 bool isReturn() const {
409 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 105 if (!MBB->empty() && MBB->back().getDesc().isReturn())
CriticalAntiDepBreaker.cpp 57 bool IsReturnBlock = (!BB->empty() && BB->back().getDesc().isReturn());
PostRASchedulerList.cpp 367 if (!BB->empty() && BB->back().getDesc().isReturn()) {
AggressiveAntiDepBreaker.cpp 151 bool IsReturnBlock = (!BB->empty() && BB->back().getDesc().isReturn());
    [all...]
LiveVariables.cpp 593 if (!MBB->empty() && MBB->back().getDesc().isReturn()
PrologEpilogInserter.cpp 696 if (!I->empty() && I->back().getDesc().isReturn())
RegAllocFast.cpp 742 if (!MBB->empty() && MBB->back().getDesc().isReturn() &&
    [all...]
ShrinkWrapping.cpp 127 return (MBB && !MBB->empty() && MBB->back().getDesc().isReturn());
    [all...]
TailDuplication.cpp 572 if (PreRegAlloc && I->getDesc().isReturn())
    [all...]
VirtRegRewriter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 180 (!MI->getDesc().isBranch() && !MI->getDesc().isReturn()) ; ++MBBI) {
ARMFrameLowering.cpp 311 assert(MBBI->getDesc().isReturn() &&
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 216 desc.isCall() || desc.isReturn() || desc.isBarrier() ||
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 219 bool isReturn;
InstrInfoEmitter.cpp 271 if (Inst.isReturn) OS << "|(1<<MCID::Return)";
CodeGenInstruction.cpp 293 isReturn = R->getValueAsBit("isReturn");
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 67 if (!I->empty() && I->back().getDesc().isReturn()) {
    [all...]
PPCISelDAGToDAG.cpp 214 if (!BB->empty() && BB->back().getDesc().isReturn()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 359 if ((MCID.isCall() && !MCID.isReturn()) ||
    [all...]

Completed in 896 milliseconds