Home
last modified time | relevance | path

Searched defs:ClonePaths (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h54 SmallVector<SmallVector<unsigned>> ClonePaths; global() member
/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp151 const SmallVector<SmallVector<unsigned>> &ClonePaths) { in ApplyCloning()