OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPoint
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h
90
VPBasicBlock::iterator
getPoint
() const { return Point; }
96
setInsertPoint(IP.getBlock(), IP.
getPoint
());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h
149
MachineBasicBlock::iterator
getPoint
() {
166
/// MachineBasicBlock::insert and ::
getPoint
. The new code should
179
/// Insert \p MI in the just before ::
getPoint
()
181
return getInsertMBB().insert(
getPoint
(), &MI);
185
/// As soon as ::
getPoint
is called and thus, the point
198
/// As soon as ::
getPoint
is called and thus, the point materialized
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp
665
SplitBlock(CGStartBB, &*CodeGenIP.
getPoint
(), DT, LI);
705
SplitBlock(CGStartBB, &*CodeGenIP.
getPoint
(), DT, LI);
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
546
if (IP.getBlock()->end() == IP.
getPoint
()) {
888
if (IP.getBlock()->end() != IP.
getPoint
())
985
if (IP.getBlock()->end() != IP.
getPoint
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
1742
assert(IP.getBlock()->end() != IP.
getPoint
() &&
1793
CGF.AllocaInsertPt = &*AllocaIP.
getPoint
();
1827
CGF.AllocaInsertPt = &*AllocaIP.
getPoint
();
CGOpenMPRuntime.cpp
1227
assert(IP.getBlock()->end() == IP.
getPoint
() &&
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
267
BasicBlock::iterator
getPoint
() const { return Point; }
285
SetInsertPoint(IP.getBlock(), IP.
getPoint
());
Completed in 30 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026