Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp231 bool IsChild = false; in addSub() local
234 IsChild = true; in addSub()
237 assert(IsChild && "Must be a child"); in addSub()