Searched refs:needPrefix (Results 1 – 1 of 1) sorted by relevance
342 std::pair<BasicBlock *, DebugLoc> needPrefix(bool NeedEmpty);989 std::pair<BasicBlock *, DebugLoc> StructurizeCFG::needPrefix(bool NeedEmpty) { in needPrefix() function in StructurizeCFG1068 auto [Flow, DL] = needPrefix(false); in wireFlow()1103 LoopStart = needPrefix(true).first; in handleLoops()1115 std::tie(LoopEnd, DL) = needPrefix(false); in handleLoops()