Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h339 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged() function
1329 if (Working[Node.Index].isPackaged())