Home
last modified time | relevance | path

Searched refs:getEmpty (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h90 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
645 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp795 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1129 static DiagnosticBuilder getEmpty() { in getEmpty() function