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 212 TBB = GetBranchTarget(instLast1);
221 TBB = GetBranchTarget(instLast1);
237 TBB = GetBranchTarget(instLast2);
238 FBB = GetBranchTarget(instLast1);
354 MachineBasicBlock *PTXInstrInfo::GetBranchTarget(const MachineInstr& inst) {
PTXInstrInfo.h 129 static MachineBasicBlock *GetBranchTarget(const MachineInstr& inst);

Completed in 53 milliseconds