OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VPN
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
242
PHINode *
VPN
= cast<PHINode>(VMap[&BBI]);
243
VPN
->setIncomingValue(
VPN
->getBasicBlockIndex(EpilogPreHeader), NewPN);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
249
PHINode *
VPN
= cast<PHINode>(VMap[&PN]);
250
VPN
->setIncomingValue(
VPN
->getBasicBlockIndex(EpilogPreHeader), NewPN);
[
all
...]
Completed in 383 milliseconds