Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp150 const auto LoopCondition = allOf( in registerMatchers() local
157 .with(LoopCondition) in registerMatchers()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp157 Value *LoopCondition = in createLoop() local
161 BranchInst *B = Builder.CreateCondBr(LoopCondition, HeaderBB, ExitBB); in createLoop()