Searched defs:HasProfile (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | JumpThreading.cpp | 2268 bool HasProfile = doesBlockHaveProfileData(BB); threadThroughTwoBasicBlocks() local |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryEmitter.cpp | 222 const bool HasProfile = BC.NumProfiledFuncs > 0; emitFunctions() local |
/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 7373 makeCallList(ArrayRef<uint64_t> Record,bool IsOldProfileFormat,bool HasProfile,bool HasRelBF) makeCallList() argument |