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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 202 if (!IsAnyKindOfBranch(instLast1)) {
210 (IsSizeOne || !IsAnyKindOfBranch(instLast2))) {
253 if (IsAnyKindOfBranch(MBB.back())) {
341 bool PTXInstrInfo::IsAnyKindOfBranch(const MachineInstr& inst) {
PTXInstrInfo.h 125 static bool IsAnyKindOfBranch(const MachineInstr& inst);

Completed in 41 milliseconds