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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 111 // isLoopHeader - True if the block is a loop header node
112 inline bool isLoopHeader(const MachineBasicBlock *BB) const {
113 return LI.isLoopHeader(BB);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 254 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); }
256 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &&
261 if (!isLoopHeader())
310 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; }
410 assert(Working[Head.Index].isLoopHeader());
    [all...]
LoopInfo.h 574 // isLoopHeader - True if the block is a loop header node
575 bool isLoopHeader(const BlockT *BB) const {
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 268 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) {
278 if (!isLoopHeader(Resolved))
287 if (isLoopHeader(Resolved)) {
300 if (!isLoopHeader(Pred)) {
313 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) &&
697 if (BFI.Working[N.Index].isLoopHeader())
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 415 LI->isLoopHeader(ToBB))
746 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 97 assert(MLI.isLoopHeader(Header));
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 422 if (!LI.isLoopHeader(&MBB))
    [all...]

Completed in 303 milliseconds