Home
last modified time | relevance | path

Searched defs:NumTargets (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp637 uint32_t NumTargets; in readOneFunctionProfile() local
/external/swiftshader/third_party/subzero/src/
DIceInst.h1059 static InstJumpTable *create(Cfg *Func, SizeT NumTargets, CfgNode *Default) { in create()
1105 const SizeT NumTargets; variable
DIceInst.cpp607 InstJumpTable::InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default) in InstJumpTable()