Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp152 Region *getParentRegion() { in getParentRegion() function in __anone1ce48180111::CHRScope
189 assert(getParentRegion() == Next->getParentRegion() && in append()
201 if (RI.R == SubIn->getParentRegion()) { in addSub()
228 Region *Parent = Sub->getParentRegion(); in split()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp635 if (region != theCall->getParentRegion()) in emitCall()