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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 116 // isLoopHeader - True if the block is a loop header node
117 inline bool isLoopHeader(MachineBasicBlock *BB) const {
118 return LI.isLoopHeader(BB);
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 269 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) {
279 if (!isLoopHeader(Resolved))
288 if (isLoopHeader(Resolved)) {
301 if (!isLoopHeader(Pred)) {
314 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) &&
675 if (BFI.Working[N.Index].isLoopHeader())
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 255 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); }
257 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &&
262 if (!isLoopHeader())
311 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; }
409 assert(Working[Head.Index].isLoopHeader());
    [all...]
LoopInfo.h 547 // isLoopHeader - True if the block is a loop header node
548 bool isLoopHeader(BlockT *BB) const {
675 // isLoopHeader - True if the block is a loop header node
676 inline bool isLoopHeader(BasicBlock *BB) const {
677 return LI.isLoopHeader(BB);
  /external/llvm/lib/CodeGen/
MachineSink.cpp 344 LI->isLoopHeader(ToBB))
649 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {

Completed in 296 milliseconds