Searched defs:GuardBlocks (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1785 static void setupBranchForGuard(SmallVectorImpl<BasicBlock *> &GuardBlocks, in setupBranchForGuard() 1807 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger() 1852 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans() 1920 convertToGuardPredicates(SmallVectorImpl<BasicBlock *> &GuardBlocks, in convertToGuardPredicates() 1947 DomTreeUpdater *DTU, SmallVectorImpl<BasicBlock *> &GuardBlocks, in CreateControlFlowHub()
|
H A D | UnifyLoopExits.cpp | 188 SmallVector<BasicBlock *, 8> GuardBlocks; in unifyLoopExits() local
|
H A D | FixIrreducible.cpp | 195 SmallVector<BasicBlock *, 8> GuardBlocks; in createNaturalLoopInternal() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | convolve_test.cc | 684 TEST_P(LowbdConvolveTest, GuardBlocks) { CheckGuardBlocks(); } in TEST_P() argument 793 TEST_P(HighbdConvolveTest, GuardBlocks) { CheckGuardBlocks(); } in TEST_P() argument
|
/aosp_15_r20/external/libvpx/test/ |
H A D | convolve_test.cc | 553 TEST_P(ConvolveTest, GuardBlocks) { CheckGuardBlocks(); } in TEST_P() argument
|