Home
last modified time | relevance | path

Searched refs:isPackaged (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp648 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
807 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h342 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged() function
1334 if (Working[Node.Index].isPackaged())