Home
last modified time | relevance | path

Searched defs:canAddEdge (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp821 bool canAddEdge(const SUnit *Succ, const SUnit *Pred) const { in canAddEdge() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1196 bool ScheduleDAGInstrs::canAddEdge(SUnit *SuccSU, SUnit *PredSU) { in canAddEdge() function in ScheduleDAGInstrs
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp533 bool ScheduleDAGMI::canAddEdge(SUnit *SuccSU, SUnit *PredSU) { in canAddEdge() function in ScheduleDAGMI