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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 214 TBB = GetBranchTarget(instLast1);
223 TBB = GetBranchTarget(instLast1);
239 TBB = GetBranchTarget(instLast2);
240 FBB = GetBranchTarget(instLast1);
357 MachineBasicBlock *PTXInstrInfo::GetBranchTarget(const MachineInstr& inst) {
PTXInstrInfo.h 129 static MachineBasicBlock *GetBranchTarget(const MachineInstr& inst);

Completed in 423 milliseconds