Home
last modified time | relevance | path

Searched defs:CurrentBlock (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp553 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
597 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
957 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp152 uint32_t CurrentBlock = Blocks[0]; in computeBlockRuns() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1544 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1706 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
2112 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DLiveVariables.cpp203 const CFGBlock *CurrentBlock) in TransferFunctions()
/aosp_15_r20/external/scudo/standalone/tests/
H A Drelease_test.cpp243 scudo::uptr CurrentBlock = 0; in testReleaseFreeMemoryToOS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp131 VPTBlock *CurrentBlock = nullptr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp576 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2368 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2314 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2784 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2841 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member