Home
last modified time | relevance | path

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

/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/clang/lib/Analysis/
DLiveVariables.cpp203 const CFGBlock *CurrentBlock) in TransferFunctions()
/external/scudo/standalone/tests/
Drelease_test.cpp243 scudo::uptr CurrentBlock = 0; in testReleaseFreeMemoryToOS() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp131 VPTBlock *CurrentBlock = nullptr; member
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2368 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