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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 573 const IrrNode *StartIrr;
589 : BFI(BFI), StartIrr(nullptr) {
621 StartIrr = Lookup[Start.Index];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 618 const IrrNode *StartIrr = nullptr;
668 StartIrr = Lookup[Start.Index];
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 629 return G.StartIrr;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 667 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; }

Completed in 845 milliseconds