HomeSort by relevance Sort by last modified time
    Searched defs:isBackedge (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 141 /// isBackedge - Return if edge Src -> Dst is a backedge.
143 bool isBackedge(BlockT *Src, BlockT *Dst) {
199 if (isReachable(Pred) && isBackedge(Pred, BB)) {
243 if (isReachable(Pred) && isBackedge(Pred, Head)) {
295 if (isReachable(Pred) && isBackedge(Pred, BB)
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 292 bool isBackedge(SUnit *Source, const SDep &Dep) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp 346 bool isBackedge(SUnit *Source, const SDep &Dep) {
    [all...]

Completed in 326 milliseconds