Home
last modified time | relevance | path

Searched defs:IsInLoop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h1211 bool IsInLoop() const { return loop_information_ != nullptr; } in IsInLoop() function
2120 bool IsInLoop() const { return block_->IsInLoop(); } in IsInLoop() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1277 bool IsInLoop; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6802 auto IsInLoop = [&](BasicBlock &BB) { in updateImpl() local