Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Drelease_test.cpp207 scudo::uptr CurrentBlock = 0; in testReleaseFreeMemoryToOS() local
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp147 uint32_t CurrentBlock = Blocks[0]; in computeBlockRuns() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Drelease_test.cpp204 scudo::uptr CurrentBlock = 0; in testReleaseFreeMemoryToOS() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp553 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
597 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
957 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1044 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1173 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
1291 BasicBlock *CurrentBlock = I->getParent(); in insertSpills() local
1600 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
/external/clang/lib/Analysis/
DLiveVariables.cpp203 const CFGBlock *CurrentBlock) in TransferFunctions()
/external/llvm-project/clang/lib/Analysis/
DLiveVariables.cpp161 const CFGBlock *CurrentBlock) in TransferFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp131 VPTBlock *CurrentBlock = nullptr; member
/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp560 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2368 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp2506 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2314 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/external/mesa3d/src/mesa/main/
Dmtypes.h4620 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member