Home
last modified time | relevance | path

Searched defs:ValueData (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp83 auto ValueData = in runCGProfilePass() local
/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h95 return ValueData >> GlobalObjectBits; in getGlobalObjectSubClassData() local
H A DBasicBlock.h741 unsigned short ValueData = getSubclassDataFromValue(); END_TWO_BYTE_PACK() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h794 std::vector<InstrProfValueData> ValueData; global() member
940 std::unique_ptr<ValueProfData> ValueData; global() member
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp792 auto ValueData = getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, doesHistoryAllowICP() local
835 auto ValueData = getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, updateIDTMetaData() local
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1144 InstrProfValueData *ValueData = getValueProfRecordValueData(this); deserializeTo() local
1351 SmallVector<InstrProfValueData, 4> ValueData; getValueProfDataFromInst() local
[all...]
/llvm-project/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp946 auto ValueData = TEST_P() local
[all...]