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 204 if (!IsAnyKindOfBranch(instLast1)) {
212 (IsSizeOne || !IsAnyKindOfBranch(instLast2))) {
255 if (IsAnyKindOfBranch(MBB.back())) {
343 bool PTXInstrInfo::IsAnyKindOfBranch(const MachineInstr& inst) {
PTXInstrInfo.h 125 static bool IsAnyKindOfBranch(const MachineInstr& inst);

Completed in 954 milliseconds