HomeSort by relevance Sort by last modified time
    Searched refs:LoopLatches (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 309 SmallVector<BasicBlock*, 16> LoopLatches;
310 L->getLoopLatches(LoopLatches);
311 for (BasicBlock *Pred : LoopLatches) {
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 237 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
244 LoopLatches.push_back(*I);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 250 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
257 LoopLatches.push_back(*I);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 244 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
248 LoopLatches.push_back(Pred);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 244 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
248 LoopLatches.push_back(Pred);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 250 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
257 LoopLatches.push_back(*I);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 244 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
248 LoopLatches.push_back(Pred);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 244 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
248 LoopLatches.push_back(Pred);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 271 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
276 LoopLatches.push_back(Pred);
    [all...]

Completed in 1699 milliseconds