Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp342 std::pair<BasicBlock *, DebugLoc> needPrefix(bool NeedEmpty);
989 std::pair<BasicBlock *, DebugLoc> StructurizeCFG::needPrefix(bool NeedEmpty) { in needPrefix() function in StructurizeCFG
1068 auto [Flow, DL] = needPrefix(false); in wireFlow()
1103 LoopStart = needPrefix(true).first; in handleLoops()
1115 std::tie(LoopEnd, DL) = needPrefix(false); in handleLoops()