Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp309 bool isPredictableTrue(RegionNode *Node);
916 bool StructurizeCFG::isPredictableTrue(RegionNode *Node) { in isPredictableTrue() function in StructurizeCFG
945 if (isPredictableTrue(Node)) { in wireFlow()
987 if (!isPredictableTrue(Node)) in handleLoops()