Home
last modified time | relevance | path

Searched defs:BasicBlocks (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSampleProfileInference.h184 std::vector<const BasicBlockT *> BasicBlocks; in apply() local
243 const std::vector<const BasicBlockT *> &BasicBlocks, in createFlowFunction()
302 const std::vector<const BasicBlockT *> &BasicBlocks, in findUnlikelyJumps()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSampleProfileInference.h184 std::vector<const BasicBlockT *> BasicBlocks; in apply() local
243 const std::vector<const BasicBlockT *> &BasicBlocks, in createFlowFunction()
302 const std::vector<const BasicBlockT *> &BasicBlocks, in findUnlikelyJumps()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSampleProfileInference.h184 std::vector<const BasicBlockT *> BasicBlocks; in apply() local
243 const std::vector<const BasicBlockT *> &BasicBlocks, in createFlowFunction()
302 const std::vector<const BasicBlockT *> &BasicBlocks, in findUnlikelyJumps()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSampleProfileInference.h184 std::vector<const BasicBlockT *> BasicBlocks; in apply() local
243 const std::vector<const BasicBlockT *> &BasicBlocks, in createFlowFunction()
302 const std::vector<const BasicBlockT *> &BasicBlocks, in findUnlikelyJumps()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTrace.h32 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTrace.h33 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTrace.h33 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h84 std::vector<const llvm::BasicBlock*> BasicBlocks; variable
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h84 std::vector<const llvm::BasicBlock*> BasicBlocks; variable
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h87 std::vector<const llvm::BasicBlock*> BasicBlocks; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h127 std::vector<const BasicBlock *> BasicBlocks; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h127 std::vector<const BasicBlock*> BasicBlocks; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h126 std::vector<const BasicBlock*> BasicBlocks; variable
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h123 std::vector<const BasicBlock*> BasicBlocks; variable
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackColoring.cpp271 DenseMap<const MachineBasicBlock*, int> BasicBlocks; member in __anon1826389f0111::StackColoring
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackColoring.cpp435 DenseMap<const MachineBasicBlock *, int> BasicBlocks; member in __anonde6fb4470111::StackColoring
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackColoring.cpp407 DenseMap<const MachineBasicBlock *, int> BasicBlocks; member in __anon184328810111::StackColoring
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp553 SmallPtrSet<MachineBasicBlock*, 2> BasicBlocks; in INITIALIZE_PASS() local
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1100 func (v Value) BasicBlocks() []BasicBlock { func