Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h146 E->IsCritical = Critical; in buildEdges()
220 if (Ei->IsCritical) { in computeMinimumSpanningTree()
H A DGCOVProfiling.cpp188 bool IsCritical = false; member
196 (IsCritical ? "c" : " ") + " W=" + Twine(Weight)) in infoString()
732 if (!E.IsCritical) in getInstrBB()
H A DPGOInstrumentation.cpp476 bool IsCritical = false; member
484 (IsCritical ? "c" : " ") + " W=" + Twine(Weight)).str(); in infoString()
786 if (!E->IsCritical) in getInstrBB()