Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp200 bool IsChild = false; in addSub() local
203 IsChild = true; in addSub()
206 assert(IsChild && "Must be a child"); in addSub()