Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp310 bool isPredictableTrue(RegionNode *Node);
914 bool StructurizeCFG::isPredictableTrue(RegionNode *Node) { in isPredictableTrue() function in StructurizeCFG
943 if (isPredictableTrue(Node)) { in wireFlow()
985 if (!isPredictableTrue(Node)) in handleLoops()